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