23 lines
185 B
C
23 lines
185 B
C
#ifndef _example_opengl
|
|
|
|
#define _example_opengl
|
|
|
|
|
|
// Macros
|
|
|
|
|
|
|
|
#include "stdlib.h"
|
|
|
|
extern char * __ClassNames[];
|
|
|
|
|
|
// Includes
|
|
|
|
#include "../engine/opengl.h"
|
|
|
|
|
|
void main( );
|
|
|
|
#endif
|