From 110152ddcf0ba53528b7f8eaa0a96f2e8349841c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 10 Sep 2003 12:15:51 +0000 Subject: moved declaration of error/warning/debug from engine.h to util.h svn-id: r10149 --- common/engine.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'common/engine.h') diff --git a/common/engine.h b/common/engine.h index 58559dd4b5..bcab61efc6 100644 --- a/common/engine.h +++ b/common/engine.h @@ -81,16 +81,5 @@ public: extern Engine *g_engine; -#if defined(__GNUC__) -void CDECL error(const char *s, ...) NORETURN; -#else -void CDECL NORETURN error(const char *s, ...); -#endif - -void CDECL warning(const char *s, ...); - -void CDECL debug(int level, const char *s, ...); -void checkHeap(); - #endif -- cgit v1.2.3