Initial commit
This commit is contained in:
22
application/demos/example.opengl/examples/example.opengl.h
Normal file
22
application/demos/example.opengl/examples/example.opengl.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef _example_opengl
|
||||
|
||||
#define _example_opengl
|
||||
|
||||
|
||||
// Macros
|
||||
|
||||
|
||||
|
||||
#include "stdlib.h"
|
||||
|
||||
extern char * __ClassNames[];
|
||||
|
||||
|
||||
// Includes
|
||||
|
||||
#include "../engine/opengl.h"
|
||||
|
||||
|
||||
void main( );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user