Files
Gravity/include/gravity/core.h

12 lines
283 B
C
Raw Normal View History

2026-08-02 15:52:44 +10:00
#ifndef __GRAVITY_CORE_H
#define __GRAVITY_CORE_H
// === STRUCT DEFINITIONS === //
typedef struct GravityOpaqueModule* GravityModule;
// ========================== //
// === FUNCTION DEFINITIONS === //
GravityModule gravityCreateModule();
// ============================ //
#endif