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 );
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user