summaryrefslogtreecommitdiffstats
path: root/matchblox/common/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/common/font.h')
-rw-r--r--matchblox/common/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchblox/common/font.h b/matchblox/common/font.h
index ec84ccb..0bd0284 100644
--- a/matchblox/common/font.h
+++ b/matchblox/common/font.h
@@ -19,7 +19,7 @@ struct ColorStruct {
};
void FontInit(int f_iWinWidth, int f_iWinHeight);
-void FontDelete(GLvoid);
+void FontDelete(void);
void glPrint(GLint x, GLint y, char *string, struct ColorStruct f_sColor);