diff --git a/src/credits.c b/src/credits.c index a56f6a2..74c1a6c 100644 --- a/src/credits.c +++ b/src/credits.c @@ -4,10 +4,8 @@ static GLuint _pId = 0; static GLuint _textTexId = 0; static GLuint _quadId = 0; -// Initialize static void init(void); -// Draw static void draw(void); void credits(int state) { diff --git a/src/light.c b/src/light.c index 3a36a68..571576b 100644 --- a/src/light.c +++ b/src/light.c @@ -3,10 +3,8 @@ static GLuint _pId = 0; static GLuint _quadId = 0; -// Initialize static void init(void); -// Draw static void draw(void); void lights(int state) {