mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-30 21:10:08 +00:00
19 lines
426 B
C++
19 lines
426 B
C++
#include "CoreMinimal.h"
|
|
|
|
#if PLATFORM_WINDOWS
|
|
#include <Windows/AllowWindowsPlatformTypes.h>
|
|
#endif // PLATFORM_WINDOWS
|
|
|
|
#include "imgui.cpp"
|
|
#include "imgui_demo.cpp"
|
|
#include "imgui_draw.cpp"
|
|
#include "imgui_tables.cpp"
|
|
#include "imgui_widgets.cpp"
|
|
|
|
#include "implot.cpp"
|
|
#include "implot_demo.cpp"
|
|
#include "implot_items.cpp"
|
|
|
|
#if PLATFORM_WINDOWS
|
|
#include <Windows/HideWindowsPlatformTypes.h>
|
|
#endif // PLATFORM_WINDOWS
|