diff options
Diffstat (limited to 'src/debug/DebugInfo.h')
| -rw-r--r-- | src/debug/DebugInfo.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/debug/DebugInfo.h b/src/debug/DebugInfo.h new file mode 100644 index 0000000..3ddd4b3 --- /dev/null +++ b/src/debug/DebugInfo.h @@ -0,0 +1,9 @@ +#pragma once + +#include "interface/Point.h" + +class DebugInfo +{ +public: + virtual void Draw(ui::Point position) {} +};
\ No newline at end of file |
