fix prosperon layout

This commit is contained in:
2026-02-20 21:23:21 -06:00
parent e78faccab8
commit ff2e4bd578
44 changed files with 17 additions and 18 deletions

View File

@@ -19,9 +19,9 @@
#include <SDL3/SDL.h>
#include <SDL3/SDL_render.h>
#include <SDL3/SDL_gpu.h>
#include "imgui/backends/imgui_impl_sdl3.h"
#include "src/imgui/backends/imgui_impl_sdl3.h"
//#include "imgui_impl_sdlrenderer3.h"
#include "imgui/backends/imgui_impl_sdlgpu3.h"
#include "src/imgui/backends/imgui_impl_sdlgpu3.h"
// Forward declarations for the functions we need
extern "C" {