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"
|
2018-11-24 19:54:01 +00:00
|
|
|
#include "ImGuiModuleProperties.h"
|
2018-10-30 22:25:48 +00:00
|
|
|
|
2017-03-17 23:22:13 +00:00
|
|
|
// Module
|
|
|
|
#include "ImGuiModule.h"
|
|
|
|
|
|
|
|
// Engine
|
|
|
|
#include <Core.h>
|
2017-03-26 20:32:57 +00:00
|
|
|
#include <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.
|