fixed gfxfont_free() prototype
authorkramm <kramm>
Sun, 1 May 2005 15:48:03 +0000 (15:48 +0000)
committerkramm <kramm>
Sun, 1 May 2005 15:48:03 +0000 (15:48 +0000)
lib/gfxfont.h

index 657598b..70583e8 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
 #endif
 
 gfxfont_t* gfxfont_load(char*filename);
-void gfxfont_free();
+void gfxfont_free(gfxfont_t*font);
 
 #ifdef __cplusplus
 }