mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
api: Refactored providers to allow for loading interfaces and config views
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user