physics
This commit is contained in:
parent
98abf43449
commit
51d273b8fb
4 changed files with 52 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue