mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-31 05:20:08 +00:00
First Submit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user