mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-27 20:51:17 +00:00
A few comments
This commit is contained in:
parent
83dcfaf646
commit
afa07e346f
@ -12,8 +12,15 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "vm_screen.h"
|
#include "vm_screen.h"
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Something to help us remember if we've already initialized glew or
|
||||||
|
* not.
|
||||||
|
*/
|
||||||
static bool init_glew = false;
|
static bool init_glew = false;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Initialize the glew library, if it is needed -- it may not be.
|
||||||
|
*/
|
||||||
static void
|
static void
|
||||||
glew_init()
|
glew_init()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user