X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=entity.c;h=44b00df235f0f1d9e8ddc4d60f17390abd109c32;hb=14267d2fb3d228060aef8e4de729254813ec245f;hp=59e9219abcfe58a7baaab9a574b19c5b83091b16;hpb=0c3d1d55160d5ce911ead69de84b1d8200a0036f;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 *);