diff options
Diffstat (limited to 'text.c')
-rw-r--r-- | text.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ static GLuint font; int -GLPong_TextInit() { +GLPong_TextInit(void) { #ifdef DEBUG int count, i; #endif @@ -42,7 +42,7 @@ GLPong_TextInit() { } void -GLPong_TextDeinit() { +GLPong_TextDeinit(void) { glcDeleteFont(font); } |