Rename debug.h to global_define.h, update cmakelists and such

This commit is contained in:
Akkadius
2015-01-19 04:12:09 -06:00
parent 0b70706a64
commit 0d9b6703a6
163 changed files with 163 additions and 204 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// VS6 doesn't like the length of STL generated names: disabling
#pragma warning(disable:4786)
#endif
#include "debug.h"
#include "global_define.h"
#include <string>
#include <stdio.h>
#include <stdlib.h>