JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed messages
[vor.git] / globals.h
index 11ae5c4..0ac8a5d 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 {
@@ -48,9 +49,6 @@ extern char topline[1024];
 extern char *initerror;
 
 extern float screendx, screendy;
-extern float xscroll, yscroll;
-extern float yscroll;
-extern float scrollvel;
 
 // All movement is based on t_frame.
 // All speeds are pixels/tick, with 20 ticks per second.
@@ -69,4 +67,6 @@ extern Uint16 heatcolor[W*3];
 
 extern char *data_dir;
 
+extern uint32_t initial_rocks, final_rocks;
+
 #endif // VOR_GLOBALS_H