mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
sys: Moved all views to builtin plugin
This commit is contained in:
@@ -269,4 +269,15 @@ namespace hex {
|
||||
std::vector<ContentRegistry::Interface::DrawCallback>& ContentRegistry::Interface::getToolbarItems() {
|
||||
return SharedData::toolbarItems;
|
||||
}
|
||||
|
||||
|
||||
/* Providers */
|
||||
|
||||
void ContentRegistry::Provider::add(const std::string &unlocalizedName) {
|
||||
SharedData::providerNames.push_back(unlocalizedName);
|
||||
}
|
||||
|
||||
const std::vector<std::string> &ContentRegistry::Provider::getEntries() {
|
||||
return SharedData::providerNames;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user