X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_traffic.h;h=18d8d1ed57947e2d149846aaed8782bdcf76beee;hb=refs%2Fheads%2Fmaster;hp=bebee23ac65fe2af87cf9d643f580a2ba5ed16fc;hpb=fdfd087053eb596f1e9123951af8acee94d8cd99;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_traffic.h b/ent_traffic.h index bebee23..18d8d1e 100644 --- a/ent_traffic.h +++ b/ent_traffic.h @@ -1,7 +1,3 @@ -#ifndef ENT_TRAFFIC_H -#define ENT_TRAFFIC_H - +#pragma once #include "world.h" -static void ent_traffic_update( world_instance *world, v3f pos ); - -#endif /* ENT_TRAFFIC_H */ +void ent_traffic_update( world_instance *world, v3f pos );