mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
feat: Added workspaces
This commit is contained in:
@@ -14,8 +14,6 @@ struct ImGuiSettingsHandler;
|
||||
|
||||
namespace hex {
|
||||
|
||||
std::fs::path getImGuiSettingsPath();
|
||||
|
||||
void nativeErrorMessage(const std::string &message);
|
||||
|
||||
class Window {
|
||||
@@ -68,6 +66,8 @@ namespace hex {
|
||||
bool m_frameRateTemporarilyUnlocked = false;
|
||||
double m_frameRateUnlockTime = 0;
|
||||
|
||||
bool m_anyViewsOpen = false;
|
||||
|
||||
ImGuiExt::ImHexCustomData m_imguiCustomData;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user