initial setup
This commit is contained in:
12
include/gravity/core.h
Normal file
12
include/gravity/core.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __GRAVITY_CORE_H
|
||||
#define __GRAVITY_CORE_H
|
||||
|
||||
// === STRUCT DEFINITIONS === //
|
||||
typedef struct GravityOpaqueModule* GravityModule;
|
||||
// ========================== //
|
||||
|
||||
// === FUNCTION DEFINITIONS === //
|
||||
GravityModule gravityCreateModule();
|
||||
// ============================ //
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user