This commit is contained in:
Nishi 2026-02-01 00:22:34 +09:00
commit 51d273b8fb
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 52 additions and 2 deletions

View file

@ -8,7 +8,10 @@
extern "C" {
#endif
GSDECL void GSPhysicsInit(void);
GSDECL void GSPhysicsInit(void);
GSDECL GSPhysics GSPhysicsCreate(GSServer server);
GSDECL void GSPhysicsDestroy(GSPhysics physics);
GSDECL void GSPhysicsStep(GSPhysics physics);
#ifdef __cplusplus
}