#ifndef __GEARSRC_MODEL_H__ #define __GEARSRC_MODEL_H__ #include #include #ifdef __cplusplus extern "C" { #endif GSDECL GSModel GSModelOpen(GSEngine engine, const char* path); GSDECL void GSModelDraw(GSModel model); GSDECL void GSModelClose(GSModel model); #ifdef __cplusplus } #endif #endif