#pragma once #include "AftrConfig.h" #ifdef AFTR_CONFIG_USE_IMGUI #define IMGUI_DISABLE_OBSOLETE_FUNCTIONS #include "imgui/imgui.h" #include "imgui/imgui_impl_sdl2.h" #include "imgui/imgui_impl_opengl3.h" #include "imgui/imgui_impl_opengl2.h" #include "imgui/implot/implot.h" #include "imgui/imfilebrowser.h" #include "imgui/misc/cpp/imgui_stdlib.h" #include "imgui/imgui_markdown/IconsFontAwesome6.h" //loads ICONS from FontAwesome6 #endif