1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-09-30 02:54:41 +00:00

A few comments

This commit is contained in:
Peter Evans 2017-12-17 19:22:33 -06:00
parent 83dcfaf646
commit afa07e346f

View File

@ -12,8 +12,15 @@
#include "log.h"
#include "vm_screen.h"
/*
* Something to help us remember if we've already initialized glew or
* not.
*/
static bool init_glew = false;
/*
* Initialize the glew library, if it is needed -- it may not be.
*/
static void
glew_init()
{