duplicate improvements, prototype model insertion

This commit is contained in:
KeyboardCombination
2023-04-07 18:46:19 -04:00
parent 20bf032f1e
commit e37ad4879e
4 changed files with 94 additions and 25 deletions

View File

@@ -27,7 +27,9 @@ public:
void clearMessage();
bool debugGetOpen();
bool getOpen();
bool getOpenModel();
bool load(const char* filename,bool clearObjects);
bool loadModel(const char* filename);
bool readXMLFileStream(std::ifstream* file);
void drawMessage(RenderDevice*);