X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_traffic.h;h=18d8d1ed57947e2d149846aaed8782bdcf76beee;hb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;hp=bebee23ac65fe2af87cf9d643f580a2ba5ed16fc;hpb=a109f126d8adab622e38fbcc2d4281e75255246a;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 );