From 70d8c2f421c5278483b6203ea64eff953ad2566d Mon Sep 17 00:00:00 2001 From: TheCherno Date: Sat, 28 Aug 2021 18:21:02 +1000 Subject: [PATCH] Added imgui_tables.cpp (new file) to premake --- premake5.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/premake5.lua b/premake5.lua index dc4950cd..3dd447a2 100644 --- a/premake5.lua +++ b/premake5.lua @@ -13,6 +13,7 @@ project "ImGui" "imgui.cpp", "imgui_draw.cpp", "imgui_internal.h", + "imgui_tables.cpp", "imgui_widgets.cpp", "imstb_rectpack.h", "imstb_textedit.h",