summaryrefslogtreecommitdiff
path: root/include/SSVOpenHexagon/Global/Imgui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSVOpenHexagon/Global/Imgui.hpp')
-rw-r--r--include/SSVOpenHexagon/Global/Imgui.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SSVOpenHexagon/Global/Imgui.hpp b/include/SSVOpenHexagon/Global/Imgui.hpp
index b7c4394e..0dc9289b 100644
--- a/include/SSVOpenHexagon/Global/Imgui.hpp
+++ b/include/SSVOpenHexagon/Global/Imgui.hpp
@@ -12,7 +12,7 @@ class RenderWindow;
namespace hg::Imgui {
-void initialize(sf::RenderWindow&);
+[[nodiscard]] bool initialize(sf::RenderWindow&);
void shutdown();
[[nodiscard]] bool wantCaptureKeyboard();
[[nodiscard]] bool wantCaptureMouse();