summaryrefslogtreecommitdiff
path: root/common/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/globals.h')
-rw-r--r--common/globals.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/globals.h b/common/globals.h
index 7267e95..08152d4 100644
--- a/common/globals.h
+++ b/common/globals.h
@@ -5,8 +5,15 @@ class Project;
extern Project* project;
#include "defines.h"
+#include "typedefs.h"
extern unsigned char FlatColorArray[31][3];
extern unsigned char ColorArray[31][4];
extern const char* colornames[LC_MAXCOLORS];
extern const char* altcolornames[LC_MAXCOLORS];
+
+#define MFW_PIECES 76
+extern MFW_PIECEINFO mfwpieceinfo[];
+
+
+