X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=globals.h;h=24e016e81e74827c8da193c2243bf42dea4ff73a;hp=7dc6569cfc02a0ddd935ce937190df0aac9b884e;hb=ae2d57cc5b1b64621a76aed51ce14f4c555c3bc8;hpb=3cfde1edc98388c11d4efbbba7c8deaf56c4b1ae diff --git a/globals.h b/globals.h index 7dc6569..24e016e 100644 --- a/globals.h +++ b/globals.h @@ -2,6 +2,7 @@ #define VOR_GLOBALS_H #include +#include #include "SFont.h" struct bangdots { @@ -49,11 +50,8 @@ extern char *initerror; extern float screendx, screendy; -// 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; @@ -66,4 +64,6 @@ extern Uint16 heatcolor[W*3]; extern char *data_dir; +extern uint32_t initial_rocks, final_rocks; + #endif // VOR_GLOBALS_H