#ifndef __GRAVITY_CORE_H #define __GRAVITY_CORE_H // === STRUCT DEFINITIONS === // typedef struct GravityOpaqueModule* GravityModule; // ========================== // // === FUNCTION DEFINITIONS === // GravityModule gravityCreateModule(); // ============================ // #endif