X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=SFont.h;h=b577d2bb6927c65b36d961f4a686162008f050fe;hp=1ba77daad7e9374b83c1d26805011ef3b51a0594;hb=148882a3cc520f34616a1175ed157fe258d68dcc;hpb=6f82bba8833f187abebab53375ac87905487cf8c diff --git a/SFont.h b/SFont.h index 1ba77da..b577d2b 100644 --- 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 @@ -38,10 +37,6 @@ #include -#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 */