From 3fcde31ec23e0bb8f5403e2dcba6ac030fb310a2 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Sat, 11 Dec 2004 17:39:25 +0000 Subject: Core sprite classes of the new graphic engine --- src/log.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 3b91bf8a..a173fa5a 100644 --- a/src/log.h +++ b/src/log.h @@ -19,21 +19,23 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef WIN32 - #pragma warning (disable:4312) -#endif - #ifndef _LOG_H #define _LOG_H #include #include +#include +using namespace std; #include #include +#ifdef WIN32 +#include +#include +#endif void init_log(); void log(const char *category, const char *log_text, ...); -void error(const char *error_text); +void error(string error_text); void warning(const char *warning_text); void status(const char *status_text); -- cgit v1.2.3-60-g2f50