summaryrefslogtreecommitdiff
path: root/src/win95/mishchnk.hpp
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-05-04 20:47:08 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit5d3725f9d972cde917ab9b076cb0b89b33557c7a (patch)
tree7378f5fac1dc90fd3d8f52f02db25714010f8912 /src/win95/mishchnk.hpp
parent9b449609fac7b23f2f9655ce2d766f1f56679ba4 (diff)
Removed a lot of tool code.
Diffstat (limited to 'src/win95/mishchnk.hpp')
-rw-r--r--src/win95/mishchnk.hpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/win95/mishchnk.hpp b/src/win95/mishchnk.hpp
index 237da64..438f99b 100644
--- a/src/win95/mishchnk.hpp
+++ b/src/win95/mishchnk.hpp
@@ -6,29 +6,13 @@
#include "chnktype.hpp"
-#if engine
-
#define UseLocalAssert No
#include "ourasert.h"
#define assert(x) GLOBALASSERT(x)
-#else
-
-#if cencon
-#include "ccassert.h"
-#else
-#include <assert.h>
-#endif
-
-#endif
-
-#if cencon
-#include "output.hpp"
-#else
#define twprintf printf
extern char * users_name;
-#endif
class File_Chunk;
@@ -244,8 +228,4 @@ private:
};
-
-
-
-
#endif