summaryrefslogtreecommitdiff
path: root/src/imgui_context.cpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-09-23 23:53:01 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-09-23 23:53:01 -0500
commitb4a17e3a28f31217c79faa160f5e6abd720da054 (patch)
tree9e95862b192aa6c14b86a820ef77f290e46969c8 /src/imgui_context.cpp
parentcae8b633fc8723bcc35944298335ad48844d2bf0 (diff)
Applying RAII types
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