Buffer 2d (No tests)

This commit is contained in:
IlushaShurupov 2023-07-15 13:25:10 +03:00
parent 4c9691e192
commit facc17ec1b
4 changed files with 97 additions and 1 deletions

View file

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