summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-05-27 09:36:09 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-05-27 09:36:09 (GMT)
commit6a70a4ba64c2920f05913474911ae999330d9246 (patch)
treed69131f800a9a94862c1331c05d36562138f56a2
parenta18cb121bfc7ebc01c2235aec0a8e54bb2fb11d0 (diff)
download2iv55-6a70a4ba64c2920f05913474911ae999330d9246.zip
2iv55-6a70a4ba64c2920f05913474911ae999330d9246.tar.gz
2iv55-6a70a4ba64c2920f05913474911ae999330d9246.tar.bz2
void, not GLvoid here
-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);