diff options
author | crupest <crupest@outlook.com> | 2020-10-30 00:20:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-30 00:20:52 +0800 |
commit | 9c9a9c988b5d03642f931341c97b672d054936c8 (patch) | |
tree | b2f25a52b2572a5b692043ae1a746afa0650ac2c /include/cru/platform/gui | |
parent | 6aa2201797a9ed64ce0178215ae941d0c5f09579 (diff) | |
download | cru-9c9a9c988b5d03642f931341c97b672d054936c8.tar.gz cru-9c9a9c988b5d03642f931341c97b672d054936c8.tar.bz2 cru-9c9a9c988b5d03642f931341c97b672d054936c8.zip |
...
Diffstat (limited to 'include/cru/platform/gui')
-rw-r--r-- | include/cru/platform/gui/DebugFlags.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/cru/platform/gui/DebugFlags.hpp b/include/cru/platform/gui/DebugFlags.hpp new file mode 100644 index 00000000..2b7c7c19 --- /dev/null +++ b/include/cru/platform/gui/DebugFlags.hpp @@ -0,0 +1,8 @@ +#pragma once + +namespace cru::platform::gui { +struct DebugFlags { + static constexpr int paint = 0; + static constexpr int input_method = 0; +}; +} // namespace cru::platform::gui |