From 33c1f18d3871fc756f381d1a3aee1fdac2ff077e Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 3 Jun 2008 20:47:41 +0000 Subject: Fix a few things picked up by the Compaq C Compiler (on my Alpha) git-svn-id: svn://mattst88.com/svn/glpong/trunk@16 449aeecc-241a-0410-943f-e2f883e2d7a2 --- text.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'text.h') diff --git a/text.h b/text.h index 456fb8b..8891fc7 100644 --- a/text.h +++ b/text.h @@ -1,8 +1,8 @@ #ifndef TEXT_H #define TEXT_H -int GLPong_TextInit(); -void GLPong_TextDeinit(); +int GLPong_TextInit(void); +void GLPong_TextDeinit(void); void GLPong_TextDrawFPS(GLfloat fps); #endif -- cgit v1.2.3