From 5d3725f9d972cde917ab9b076cb0b89b33557c7a Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 4 May 2008 20:47:08 -0700 Subject: Removed a lot of tool code. --- src/win95/chunk.cpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/win95/chunk.cpp') diff --git a/src/win95/chunk.cpp b/src/win95/chunk.cpp index 6e61338..cab7ff3 100644 --- a/src/win95/chunk.cpp +++ b/src/win95/chunk.cpp @@ -2,34 +2,13 @@ #include "chunk.hpp" -#if engine - #define UseLocalAssert No #include "ourasert.h" #define assert(x) GLOBALASSERT(x) -#else - -#if cencon -#include "ccassert.h" -#else -#include -#endif - -#endif - - -#if cencon -#include "environs.hpp" -#else #define twprintf printf -#ifdef cencon -#define new my_new -#endif - char * users_name = "Player"; -#endif #include "hash_tem.hpp" Chunk * Parent_File; -- cgit v1.3