mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-07 19:57:48 +00:00
Refactored clipmap generation, further refactored other files to better use c++
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user