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

@@ -48,6 +48,9 @@ namespace hex::test {
return this->m_data->size();
}
bool open() override { return true; }
void close() override { }
private:
std::vector<u8>* m_data;
};