#include "imgui_context.hpp" namespace bookmouse { ImguiContext::ImguiContext() { } ImguiContext::~ImguiContext() { } } // namespace bookmouse