summaryrefslogtreecommitdiff
path: root/src/imgui_context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imgui_context.cpp')
-rw-r--r--src/imgui_context.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/imgui_context.cpp b/src/imgui_context.cpp
new file mode 100644
index 0000000..7d972fd
--- /dev/null
+++ b/src/imgui_context.cpp
@@ -0,0 +1,14 @@
+#include "imgui_context.hpp"
+
+namespace bookmouse {
+
+ImguiContext::ImguiContext()
+{
+}
+
+ImguiContext::~ImguiContext()
+{
+}
+
+
+} // namespace bookmouse