Files
c-prime/application/demos/example.opengl/examples/example.opengl.c

14 lines
213 B
C
Raw Normal View History

2025-11-17 10:28:09 +01:00
/*
* This file is automaticaly generated, Please dont edit this file!
*/
#include <examples/example.opengl.h>
void main( ) {
opengl * instance = opengl_newPointer();
opengl_initialize( instance );
}