X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=globals.h;h=a16e9f8b44de9932091d4fee59455b1ab6bcd3f0;hp=11ae5c4c487e130150b65c041b5deed3efc3e3bb;hb=1d9107a3d43b3f57087edee14f1eaf7c1f3db54e;hpb=f33f1a05297ce0156030f0f78ecf5b84e00d424c diff --git a/globals.h b/globals.h index 11ae5c4..a16e9f8 100644 --- a/globals.h +++ b/globals.h @@ -2,6 +2,7 @@ #define VOR_GLOBALS_H #include +#include #include "SFont.h" struct bangdots { @@ -48,15 +49,13 @@ 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. 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; @@ -69,4 +68,6 @@ extern Uint16 heatcolor[W*3]; extern char *data_dir; +extern uint32_t initial_rocks, final_rocks; + #endif // VOR_GLOBALS_H