Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
MonolithicHeaderBoilerplate.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#include "CoreTypes.h"
4
5#if UE_IS_ENGINE_MODULE && !defined(SUPPRESS_MONOLITHIC_HEADER_WARNINGS)
6 #define MONOLITHIC_HEADER_BOILERPLATE() COMPILE_WARNING("Monolithic headers should not be used by this module. Please change it to explicitly include the headers it needs.")
7 #define SUPPRESS_MONOLITHIC_HEADER_WARNINGS 1
8#else
9 #undef MONOLITHIC_HEADER_BOILERPLATE
10 #define MONOLITHIC_HEADER_BOILERPLATE()
11#endif