This commit is contained in:
Nishi 2026-02-03 10:13:49 +09:00
commit a1e4c9ab2c
Signed by: nishi
GPG key ID: 27EF69B208EB9343
10 changed files with 68 additions and 45 deletions

View file

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