summaryrefslogtreecommitdiff
path: root/src/imgui_context.cpp
blob: 7d972fd174dd8dcf3b422e027ad5fb1ab0bfa2d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "imgui_context.hpp"

namespace bookmouse {

ImguiContext::ImguiContext()
{
}

ImguiContext::~ImguiContext()
{
}


} // namespace bookmouse