JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Some code cleanup.
[vor.git] / SFont.h
diff --git a/SFont.h b/SFont.h
index 69454cf..46fdc1b 100644 (file)
--- a/SFont.h
+++ b/SFont.h
@@ -1,5 +1,5 @@
 /************************************************************************ 
-*    SFONT - SDL Font Library by Karl Bartel <karlb@gmx.net>           *
+*    SFONT - SDL Font Library by Karl Bartel <karlb@gmx.net>               *
 *                                                                       *
 *  All functions are explained below. There are two versions of each    *
 *  funtction. The first is the normal one, the function with the        *
@@ -34,6 +34,7 @@ void PutString2(SDL_Surface *Surface, SFont_FontInfo *Font, int x, int y, char *
 // Returns the width of "text" in pixels
 int TextWidth(char *text);
 int TextWidth2(SFont_FontInfo *Font, char *text);
+int SFont_wide(char *text);
 
 // Blits a string to with centered x position
 void XCenteredString (SDL_Surface *Surface, int y, char *text);