a mess but stable
[carveJwlIkooP6JGAAIwe30JlM.git] / world_routes_ui.h
index 00bfe421c209ee5afa477f77acde740930119ae8..70c0fcd06965eafb27e632b133c18707e8b0d592 100644 (file)
@@ -1,10 +1,5 @@
-#ifndef WORLD_ROUTES_UI_H
-#define WORLD_ROUTES_UI_H
-
+#pragma once
 #include "world_routes.h"
 
-struct route_ui{
-};
-
-static void ent_region_re_eval( world_instance *world );
-#endif /* WORLD_ROUTES_UI_H */
+struct route_ui{};
+void world_routes_imgui( ui_context *ctx, world_instance *world );