2017-03-17 23:22:13 +00:00
|
|
|
// Distributed under the MIT License (MIT) (see accompanying LICENSE file)
|
|
|
|
|
2018-10-30 22:25:48 +00:00
|
|
|
// Module-wide macros
|
|
|
|
#include "VersionCompatibility.h"
|
|
|
|
#include "ImGuiModuleDebug.h"
|
|
|
|
|
2017-03-17 23:22:13 +00:00
|
|
|
// Module
|
|
|
|
#include "ImGuiModule.h"
|
|
|
|
|
|
|
|
// Engine
|
2020-06-14 19:21:49 +00:00
|
|
|
#include <CoreMinimal.h>
|
|
|
|
#include <Engine/Engine.h>
|
2017-03-17 23:22:13 +00:00
|
|
|
|
|
|
|
// You should place include statements to your module's private header files here. You only need to
|
|
|
|
// add includes for headers that are used in most of your module's source files though.
|