JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Changes from August-November 2006 -- detailed history was lost.
[vor.git] / globals.h
index 24e016e..7f47314 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -3,7 +3,7 @@
 
 #include <SDL.h>
 #include <inttypes.h>
-#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;