JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops, I wasn't using nrocks in my timing calculations. doh\!
[vor.git] / SFont.h
diff --git a/SFont.h b/SFont.h
index 1ba77da..b577d2b 100644 (file)
--- a/SFont.h
+++ b/SFont.h
@@ -1,7 +1,6 @@
 /*  SFont: a simple font-library that uses special bitmaps as fonts
     Copyright (C) 2003 Karl Bartel
 
-    License: GPL or LGPL (at your choice)
     WWW: http://www.linux-games.com/sfont/
 
     This program is free software; you can redistribute it and/or modify        
 
 #include <SDL.h>
 
-#ifdef __cplusplus 
-extern "C" {
-#endif
-
 // Delcare one variable of this type for each font you are using.
 // To load the fonts, load the font image into YourFont->Surface
 // and call SFont_InitFont(YourFont);
@@ -76,8 +71,4 @@ int SFont_TextHeight(const SFont_Font* Font);
 void SFont_WriteCenter(SDL_Surface *Surface, const SFont_Font* Font, int y,
                                           const char *text);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* SFONT_H */