useless comments
This commit is contained in:
parent
2c205a2b97
commit
243de4a4fb
2 changed files with 0 additions and 4 deletions
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Reference in a new issue