diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/debug.h b/src/debug.h index 44fcf4b51..3f269176a 100644 --- a/src/debug.h +++ b/src/debug.h @@ -17,11 +17,6 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - -/* - Debug stuff -*/ - #ifndef DEBUG_HEADER #define DEBUG_HEADER @@ -31,11 +26,14 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <iostream> #include "common_irrlicht.h" #include "threads.h" +#include "gettime.h" /* Debug output */ +#define DTIME (getTimestamp()+": ") + #define DEBUGSTREAM_COUNT 2 extern FILE *g_debugstreams[DEBUGSTREAM_COUNT]; |