update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / world_routes_ui.h
index 318e12414d84c22d1b039c9e25540c8bd7877532..a821f7f23cccedee376ba20f9bb5a2de4545e3f8 100644 (file)
@@ -1,9 +1,5 @@
-#ifndef WORLD_ROUTES_UI_H
-#define WORLD_ROUTES_UI_H
-
+#pragma once
 #include "world_routes.h"
 
-struct route_ui{
-};
-
-#endif /* WORLD_ROUTES_UI_H */
+struct route_ui{};
+void world_routes_imgui( world_instance *world );