From bb49f0e021fb1fbefad44d944233fb1cf72c495c Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 1 Feb 2012 09:12:54 +0000 Subject: Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()! git-svn-id: http://mc-server.googlecode.com/svn/trunk@209 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Globals.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source/Globals.h') diff --git a/source/Globals.h b/source/Globals.h index d4484e4c9..02559647d 100644 --- a/source/Globals.h +++ b/source/Globals.h @@ -28,6 +28,7 @@ #include #include #include + #include #endif @@ -42,6 +43,13 @@ +// Compatibility: +#define ASSERT assert + + + + + // STL stuff: #include #include @@ -54,6 +62,7 @@ // Common headers: +#include "StringUtils.h" #include "cSleep.h" #include "cCriticalSection.h" #include "cSemaphore.h" -- cgit v1.2.3