X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=entity.c;h=44b00df235f0f1d9e8ddc4d60f17390abd109c32;hb=1fd91b77f23ce1593037e01b9abb62859545b400;hp=59e9219abcfe58a7baaab9a574b19c5b83091b16;hpb=23ba25574349652d86979fc787ec4b0214001333;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/entity.c b/entity.c index 59e9219..44b00df 100644 --- a/entity.c +++ b/entity.c @@ -13,6 +13,7 @@ #include "ent_portal.c" #include "ent_miniworld.c" #include "ent_region.c" +#include "ent_traffic.c" typedef void (*fn_entity_call_handler)( world_instance *, ent_call *);