X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=entity.h;h=1de6f7026b62379c7f80092ecc6550849e5723c7;hb=badfa88dd109bbae5628f58504402f4707569f73;hp=998557edfa3de1f84c13f5a9ee9477c768136be2;hpb=0310bab3c018e23f5516c3e3c3653b844a8106ed;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 */