X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=globals.h;h=0ac8a5d9fb5eb2f162b9307345cece2ee894bcfe;hp=7dc6569cfc02a0ddd935ce937190df0aac9b884e;hb=038a8a4aaa54b7b60e7fbb6a0f988dd852fb8970;hpb=9a9572d121946fef90a24ea5514a0c3ca33b1ae5 diff --git a/globals.h b/globals.h index 7dc6569..0ac8a5d 100644 --- a/globals.h +++ b/globals.h @@ -2,6 +2,7 @@ #define VOR_GLOBALS_H #include +#include #include "SFont.h" struct bangdots { @@ -66,4 +67,6 @@ extern Uint16 heatcolor[W*3]; extern char *data_dir; +extern uint32_t initial_rocks, final_rocks; + #endif // VOR_GLOBALS_H