(svn r4204) - Get trunk compiling again on OS/2

This commit is contained in:
orudge
2006-03-31 16:01:59 +00:00
parent fa467d2f58
commit 0fe27c16af
6 changed files with 529 additions and 449 deletions

View File

@@ -20,6 +20,14 @@
#define stderr stdout
#endif // __MORPHOS__
#ifdef __WATCOMC__
uint _map_log_x; // an unpleasant hack required because Watcom is insisting on
uint _map_size_x; // these variables being valid references in map.h
uint _map_size_y;
uint _map_tile_mask;
uint _map_size;
#endif
/* Compiles a list of strings into a compiled string list */
typedef void (*ParseCmdProc)(char *buf, int value);