From a45daeda3633bdf25267a0186b39618269dca970 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Mon, 4 Apr 2016 07:32:15 -0400 Subject: XML folder changing --- src/common.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/common.cpp') diff --git a/src/common.cpp b/src/common.cpp index 10ff64e..50678f1 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -20,6 +20,14 @@ unsigned int millis(void){ #endif // __WIN32__ +void C(std::string m){ + #ifdef SEGFAULT + std::cout << m << std::endl; + #else + (void)m; + #endif +} + void DEBUG_prints(const char* file, int line, const char *s,...){ va_list args; printf("%s:%d: ",file,line); -- cgit v1.2.3