rnd-20100624-3-src
[rocksndiamonds.git] / src / game_em / global.h
index 1a6e77ada027f16d3a4aeb211b26a1a965960702..9590d1962133dc69c7fdfb6441e36a16e3283f77 100644 (file)
@@ -14,7 +14,11 @@ extern int debug;
 extern char *progname;
 extern char *arg_basedir;
 
-extern unsigned int frame;
+#if 0
+extern int TILEX, TILEY;
+#endif
+
+extern int frame;
 
 extern short ulaw_to_linear[256];
 extern unsigned char linear_to_ulaw[65536];
@@ -25,7 +29,7 @@ int open_all(void);
 void close_all(void);
 
 #if 1
-void readjoy(byte, int);
+void readjoy(byte, struct PLAYER *);
 #else
 void readjoy(byte);
 #endif
@@ -51,7 +55,7 @@ void synchro_1(void);
 void synchro_2(void);
 void synchro_3(void);
 
-int  cleanup_em_level(unsigned char *, int);
+int  cleanup_em_level(unsigned char *, int, char *);
 void convert_em_level(unsigned char *, int);
 void prepare_em_level(void);