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
+3
View File
@@ -27,4 +27,7 @@
int snapToBase(int base, int x);
std::string truncatePath(std::string pathname);
//fixing a known bug in g++
std::string to_string_custom(int i);
#endif