X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=globals.h;h=7f4731484b6559efad703e565867c04ed04a13aa;hp=24e016e81e74827c8da193c2243bf42dea4ff73a;hb=88a9e026caed5568363cefb7d49308b875dc5e4a;hpb=100372ba9cc83542b9d9894001d70f40e28f8f4b diff --git a/globals.h b/globals.h index 24e016e..7f47314 100644 --- a/globals.h +++ b/globals.h @@ -3,7 +3,7 @@ #include #include -#include "SFont.h" +#include "font.h" struct bangdots { // Bang dots have the same colour as shield dots. @@ -38,7 +38,7 @@ extern SDL_Surface *surf_rock[NROCKS], // THE ROCKS *surf_font_big; // The big font -extern SFont_Font *g_font; +extern font *g_font; // Structure global variables extern struct enginedots edot[MAXENGINEDOTS], *dotptr;