Adding define guards.

This commit is contained in:
Faerbit 2014-10-20 18:23:25 +02:00
parent 0311767651
commit 70662679c1

View File

@ -1,3 +1,8 @@
#ifndef GRAPHICS_HH_INCLUDED
#define GRAPHICS_HH_INCLUDED
#endif
// gets called after the OpenGL window is prepared, init of example specific stuff:
void initCustomResources();