mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Various web build improvements, API cleanup (#1541)
This commit is contained in:
@@ -16,9 +16,10 @@ namespace hex::plugin::builtin {
|
||||
void drawAlwaysVisibleContent() override;
|
||||
|
||||
private:
|
||||
std::vector<ContentRegistry::Tools::impl::Entry>::iterator m_dragStartIterator;
|
||||
std::vector<ContentRegistry::Tools::impl::Entry>::const_iterator m_dragStartIterator;
|
||||
|
||||
std::map<ImGuiWindow*, float> m_windowHeights;
|
||||
std::map<UnlocalizedString, bool> m_detachedTools;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user