X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_routes_ui.h;h=a821f7f23cccedee376ba20f9bb5a2de4545e3f8;hb=5bb71fef0e63780f95f403fb14b824778cecbe9b;hp=00bfe421c209ee5afa477f77acde740930119ae8;hpb=23ba25574349652d86979fc787ec4b0214001333;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_routes_ui.h b/world_routes_ui.h index 00bfe42..a821f7f 100644 --- a/world_routes_ui.h +++ b/world_routes_ui.h @@ -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( world_instance *world );