Initial commit
This commit is contained in:
12
application/source/examples/example.opengl.c
Normal file
12
application/source/examples/example.opengl.c
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
#include "../engine/opengl.h"
|
||||
|
||||
|
||||
void main() {
|
||||
|
||||
opengl * instance = new opengl();
|
||||
|
||||
instance->initialize();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user