From 2667aa2806877d6fdd31b6ad34b0440197c14e1f Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Fri, 24 Jul 2026 20:19:48 +0200 Subject: Fix some layout issues --- inc/cad/debug.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'inc/cad/debug.h') diff --git a/inc/cad/debug.h b/inc/cad/debug.h index b08463f..cad9b3c 100644 --- a/inc/cad/debug.h +++ b/inc/cad/debug.h @@ -2,4 +2,15 @@ #include +#include + +#define igGetIO igGetIO_Nil + void print_subassemblies(struct constraints *c, struct subassembly *assemblies, size_t assemblies_num); + +struct gui { + SDL_Window *window; + SDL_GLContext gl_context; +}; + +void show_debug_ui(struct constraints *c, struct subassembly *assemblies, size_t assemblies_num, struct drawing* draw); -- cgit v1.2.3