add player guide
[carveJwlIkooP6JGAAIwe30JlM.git] / world_entity.h
index 807cd9713743edc255a1516d6f1f240022f650a9..3c6d10de95407f3b1a1ad8df25efc982754d9a1f 100644 (file)
@@ -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 */