JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
made bang dots hit rocks, removed blast_rocks function.
[vor.git] / globals.h
index 7dc6569..a16e9f8 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -2,6 +2,7 @@
 #define VOR_GLOBALS_H
 
 #include <SDL.h>
+#include <inttypes.h>
 #include "SFont.h"
 
 struct bangdots {
@@ -54,6 +55,7 @@ extern float screendx, screendy;
 extern float t_frame;  // length of this frame (in ticks = 1/20th second)
 
 extern int score;
+extern int g_easy;
 extern float fadetimer, faderate;
 
 extern int pausedown, paused;
@@ -66,4 +68,6 @@ extern Uint16 heatcolor[W*3];
 
 extern char *data_dir;
 
+extern uint32_t initial_rocks, final_rocks;
+
 #endif // VOR_GLOBALS_H