revision 2
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_traffic.c
index f7167f29e9d410d0f19f2c096ea46c701a9f6a2b..5735d5b1bf9723fe5044b36a76335ca36a29385a 100644 (file)
@@ -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 */