summaryrefslogtreecommitdiff
path: root/src/win95/chunkpal.cpp
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/chunkpal.cpp
parent9b449609fac7b23f2f9655ce2d766f1f56679ba4 (diff)
Removed a lot of tool code.
Diffstat (limited to 'src/win95/chunkpal.cpp')
-rw-r--r--src/win95/chunkpal.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/win95/chunkpal.cpp b/src/win95/chunkpal.cpp
index 1e98413..a132550 100644
--- a/src/win95/chunkpal.cpp
+++ b/src/win95/chunkpal.cpp
@@ -1,23 +1,12 @@
#include "chunkpal.hpp"
#include "mishchnk.hpp"
-#if engine
-
#ifndef UseLocalAssert
#define UseLocalAssert 1
#endif
#include "ourasert.h"
#define assert(x) GLOBALASSERT(x)
-#else
-
-#if cencon
-#include "ccassert.h"
-#else
-#include <assert.h>
-#endif
-
-#endif
//macro for helping to force inclusion of chunks when using libraries
FORCE_CHUNK_INCLUDE_IMPLEMENT(chunkpal)