2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 16:52:35 +00:00

Refactored clipmap generation, further refactored other files to better use c++

This commit is contained in:
LJW-Dev
2025-10-27 19:07:21 +08:00
committed by Jan Laupetin
parent 014fe103ac
commit af3284ab22
11 changed files with 338 additions and 421 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace BSP
std::vector<std::shared_ptr<BSPObject>> objectList;
void addObject(std::shared_ptr<BSPObject> object);
BSPObject* getObject(int index);
BSPObject* getObject(size_t index);
size_t getObjectCount();
};