X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_routes_ui.h;h=70c0fcd06965eafb27e632b133c18707e8b0d592;hb=refs%2Fheads%2Fmenu2;hp=318e12414d84c22d1b039c9e25540c8bd7877532;hpb=810a45773a2ade051c5ffb50321dab89bd2a45e9;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_routes_ui.h b/world_routes_ui.h index 318e124..70c0fcd 100644 --- a/world_routes_ui.h +++ b/world_routes_ui.h @@ -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( ui_context *ctx, world_instance *world );