mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
feat: Added debug variables to aid with development
This commit is contained in:
15
lib/libimhex/source/helpers/debugging.cpp
Normal file
15
lib/libimhex/source/helpers/debugging.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <hex/helpers/debugging.hpp>
|
||||
|
||||
namespace hex::dbg {
|
||||
|
||||
namespace impl {
|
||||
|
||||
bool &getDebugWindowState() {
|
||||
static bool state = false;
|
||||
|
||||
return state;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user