Adding define guards.
This commit is contained in:
parent
0311767651
commit
70662679c1
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user