Initial commit
This commit is contained in:
13
application/demos/example.opengl/examples/example.opengl.c
Normal file
13
application/demos/example.opengl/examples/example.opengl.c
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* This file is automaticaly generated, Please dont edit this file!
|
||||
*/
|
||||
#include <examples/example.opengl.h>
|
||||
|
||||
void main( ) {
|
||||
|
||||
opengl * instance = opengl_newPointer();
|
||||
|
||||
opengl_initialize( instance );
|
||||
|
||||
}
|
||||
|
||||
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