X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=globals.h;h=0ac8a5d9fb5eb2f162b9307345cece2ee894bcfe;hp=11ae5c4c487e130150b65c041b5deed3efc3e3bb;hb=148882a3cc520f34616a1175ed157fe258d68dcc;hpb=f33f1a05297ce0156030f0f78ecf5b84e00d424c diff --git a/globals.h b/globals.h index 11ae5c4..0ac8a5d 100644 --- a/globals.h +++ b/globals.h @@ -2,6 +2,7 @@ #define VOR_GLOBALS_H #include +#include #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