WIP DearImGui conversion

This commit is contained in:
Graham Pentheny
2025-07-12 15:02:54 -04:00
parent 6b906538dc
commit d534b4dc14
17 changed files with 366 additions and 467 deletions

View File

@@ -41,7 +41,8 @@
#include "Recast.h"
#include "RecastDebugDraw.h"
#include "Sample.h"
#include "imgui.h"
#include <imgui.h>
#ifdef WIN32
# define snprintf _snprintf