useless comments

This commit is contained in:
Mylloon 2023-05-03 21:05:34 +02:00
parent 2c205a2b97
commit 243de4a4fb
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 0 additions and 4 deletions

View file

@ -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) {

View file

@ -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) {