X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=world.h;h=334420fbff9599d29012044e417b139dadf4be51;hb=b32e6e3114c2bcbe6737cbacd1e66f912b2340ab;hp=fbf9e8351381ec7cb28cc8fb119ab36513554648;hpb=beda7749bd7a9785a59114d6248d910a7086664c;p=xonotic%2Fdarkplaces.git diff --git a/world.h b/world.h index fbf9e835..334420fb 100644 --- a/world.h +++ b/world.h @@ -118,9 +118,13 @@ void World_End(world_t *world); // this is called by SV_Physics void World_Physics_Frame(world_t *world, double frametime, double gravity); +// change physics properties of entity +struct prvm_edict_s; +struct edict_odefunc_s; +//void World_Physics_ApplyCmd(prvm_edict_s *ed, edict_odefunc_s *f); + // remove physics data from entity // this is called by entity removal -struct prvm_edict_s; void World_Physics_RemoveFromEntity(world_t *world, struct prvm_edict_s *ed); void World_Physics_RemoveJointFromEntity(world_t *world, struct prvm_edict_s *ed);