Design structure change again........ OMG STOPPP

This commit is contained in:
msqr1
2024-01-29 22:44:09 -08:00
parent c34d3f8974
commit c20efbeb29
12 changed files with 153 additions and 127 deletions

View File

@@ -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();
};