basic physics

This commit is contained in:
Nishi 2026-02-01 00:38:33 +09:00
commit 7193bcbc41
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 38 additions and 4 deletions

View file

@ -316,8 +316,9 @@ struct _GSNetSocket {
struct _GSPhysics {
GSEngine engine;
dWorldID world;
dSpaceID space;
dWorldID world;
dSpaceID space;
dJointGroupID contact_group;
};
struct _GSClient {