X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_traffic.c;h=5735d5b1bf9723fe5044b36a76335ca36a29385a;hb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;hp=f7167f29e9d410d0f19f2c096ea46c701a9f6a2b;hpb=a109f126d8adab622e38fbcc2d4281e75255246a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_traffic.c b/ent_traffic.c index f7167f2..5735d5b 100644 --- a/ent_traffic.c +++ b/ent_traffic.c @@ -1,6 +1,3 @@ -#ifndef ENT_TRAFFIC_C -#define ENT_TRAFFIC_C - #include "world.h" static void ent_traffic_update( world_instance *world, v3f pos ){ @@ -63,5 +60,3 @@ static void ent_traffic_update( world_instance *world, v3f pos ){ vg_line_point( traffic->transform.co, 0.3f, VG__BLUE ); } } - -#endif /* ENT_TRAFFIC_C */