Design structure change again........ OMG STOPPP
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
struct model : genericModel {
|
||||
bool checkModelFiles();
|
||||
VoskModel* mdl{};
|
||||
model(const std::string& storepath, const std::string& id);
|
||||
bool checkModelId();
|
||||
bool afterFetch(int addr, size_t size);
|
||||
model(const std::string& storepath, const std::string& id, int index);
|
||||
void checkModel();
|
||||
void afterFetch(int addr, size_t size);
|
||||
bool load();
|
||||
~model();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user