Update genericModel.h
This commit is contained in:
@@ -17,7 +17,7 @@ struct genericModel : genericObj {
|
|||||||
static bool first;
|
static bool first;
|
||||||
const std::string url{};
|
const std::string url{};
|
||||||
const std::string id{};
|
const std::string id{};
|
||||||
static bool extractModel(const char* target, const std::string& dest);
|
static bool extractModel();
|
||||||
static bool checkId(const std::string& id);
|
static bool checkId(const std::string& id);
|
||||||
virtual bool checkModel() = 0;
|
virtual bool checkModel() = 0;
|
||||||
bool loadModel();
|
bool loadModel();
|
||||||
|
|||||||
Reference in New Issue
Block a user