api: Refactored providers to allow for loading interfaces and config views

This commit is contained in:
WerWolv
2021-12-12 00:41:44 +01:00
parent 2e90abd2c5
commit 3e736b36b6
23 changed files with 272 additions and 145 deletions

View File

@@ -45,6 +45,9 @@ namespace hex::test {
return this->m_testFile.getSize();
}
bool open() override { return true; }
void close() override { }
private:
File m_testFile;
};