add crate model

This commit is contained in:
Nishi 2026-01-19 13:53:52 +09:00
commit d738cf21f7
10 changed files with 60 additions and 18 deletions

View file

@ -9,7 +9,7 @@ extern "C" {
#endif
GSDECL GSModel GSModelOpen(GSEngine engine, const char* path);
GSDECL void GSModelDraw(GSModel model, GSVector3 pos, GSVector3 rot);
GSDECL void GSModelDraw(GSModel model);
GSDECL void GSModelClose(GSModel model);
#ifdef __cplusplus