X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=entity.h;h=1de6f7026b62379c7f80092ecc6550849e5723c7;hb=342fcbf6fda017bdd38d56ce0fa7c9e59e589f3b;hp=998557edfa3de1f84c13f5a9ee9477c768136be2;hpb=63b5ac44f74599b21c4b9b18398c29b797337bea;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/entity.h b/entity.h index 998557e..1de6f70 100644 --- a/entity.h +++ b/entity.h @@ -383,5 +383,6 @@ struct ent_call{ }; #include "world.h" +VG_STATIC void entity_call( world_instance *world, ent_call *call ); #endif /* ENTITY_H */