Initial commit
This commit is contained in:
23
application/demos/example.opengl/engine/hints.c
Normal file
23
application/demos/example.opengl/engine/hints.c
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* This file is automaticaly generated, Please dont edit this file!
|
||||
*/
|
||||
#include <engine/hints.h>
|
||||
|
||||
|
||||
|
||||
Hints Hints_new() {
|
||||
|
||||
Hints instance;
|
||||
|
||||
return instance;
|
||||
|
||||
}
|
||||
|
||||
Hints * Hints_newPointer() {
|
||||
|
||||
struct Hints * pointer = malloc( sizeof ( struct Hints ) );
|
||||
|
||||
return pointer;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user