12 lines
283 B
C
12 lines
283 B
C
|
|
#ifndef __GRAVITY_CORE_H
|
||
|
|
#define __GRAVITY_CORE_H
|
||
|
|
|
||
|
|
// === STRUCT DEFINITIONS === //
|
||
|
|
typedef struct GravityOpaqueModule* GravityModule;
|
||
|
|
// ========================== //
|
||
|
|
|
||
|
|
// === FUNCTION DEFINITIONS === //
|
||
|
|
GravityModule gravityCreateModule();
|
||
|
|
// ============================ //
|
||
|
|
|
||
|
|
#endif
|