cleanup of some source files and functions for EM engine
[rocksndiamonds.git] / src / game_em / global.h
index 40d4e2ccb50d5425a96153d5667d1ae1538524f4..34238421697e9d76c4c053527accd7b3dec746d7 100644 (file)
@@ -3,11 +3,14 @@
 
 #include "main_em.h"
 
+
+/* global variables */
+
 extern int frame;
+extern int screen_x, screen_y;
 
-/* all global function prototypes */
 
-void readjoy(byte, struct PLAYER *);
+/* global function prototypes */
 
 void game_initscreen(void);
 void game_init_random(void);