revision 2
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_traffic.h
index bebee23ac65fe2af87cf9d643f580a2ba5ed16fc..18d8d1ed57947e2d149846aaed8782bdcf76beee 100644 (file)
@@ -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 );