Update genericModel.h

This commit is contained in:
__Rylex__
2024-01-16 23:51:24 -08:00
committed by GitHub
parent dab121e94b
commit 2c27ed6ad9

View File

@@ -17,7 +17,7 @@ struct genericModel : genericObj {
static bool first;
const std::string url{};
const std::string id{};
static bool extractModel(const char* target, const std::string& dest);
static bool extractModel();
static bool checkId(const std::string& id);
virtual bool checkModel() = 0;
bool loadModel();