mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
api: Refactored providers to allow for loading interfaces and config views
This commit is contained in:
@@ -45,6 +45,9 @@ namespace hex::test {
|
||||
return this->m_testFile.getSize();
|
||||
}
|
||||
|
||||
bool open() override { return true; }
|
||||
void close() override { }
|
||||
|
||||
private:
|
||||
File m_testFile;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user