X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_entity.h;h=3c6d10de95407f3b1a1ad8df25efc982754d9a1f;hb=ca35eceae3abfcfb9ba266d6ea8e664bc06b0a3e;hp=807cd9713743edc255a1516d6f1f240022f650a9;hpb=342fcbf6fda017bdd38d56ce0fa7c9e59e589f3b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_entity.h b/world_entity.h index 807cd97..3c6d10d 100644 --- a/world_entity.h +++ b/world_entity.h @@ -12,5 +12,6 @@ VG_STATIC ent_spawn *world_find_closest_spawn( world_instance *world, VG_STATIC void ent_volume_call( world_instance *world, ent_call *call ); VG_STATIC void ent_audio_call( world_instance *world, ent_call *call ); +VG_STATIC void ent_ccmd_call( world_instance *world, ent_call *call ); #endif /* WORLD_ENTITY_H */