added readme with data checkout instructions, and changed the paths in
[eradicate] / src / game.h
index a986389..2368572 100644 (file)
@@ -8,9 +8,10 @@
 extern int fb_width;
 extern int fb_height;
 extern long fb_size;
-extern uint16_t *fb_pixels;
+extern uint16_t *fb_pixels, *vmem;
 
 extern long time_msec;
+extern int show_fps;
 
 extern void (*swap_buffers)(void*);