Added a debug display

This commit is contained in:
Kayne Ruse
2013-10-11 20:07:57 +11:00
parent 871b1136c2
commit 0d3c3243a0
4 changed files with 125 additions and 6 deletions
+6
View File
@@ -54,6 +54,12 @@ protected:
void KeyUp(SDL_KeyboardEvent const&);
//members
//debugging tools
void DrawToDebugInfo(std::string, int line);
Image debugInfo;
bool debugOpen = true;
RegionPager pager;
std::list<TileSheet> sheetList;