Buffer 2d (No tests)

This commit is contained in:
IlushaShurupov 2023-07-15 13:25:10 +03:00 committed by Ilya Shurupov
parent ffa90323a4
commit 0ec44ee2d1
4 changed files with 97 additions and 1 deletions

View file

@ -37,6 +37,7 @@ int main() {
testMap();
testAvl();
testBuffer();
testBuffer2d();
testModule.deinitialize();
}