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