mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-04 14:48:45 +00:00
Move cog include into #if ENABLE_COG
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
#include "CoreMinimal.h"
|
#include "CoreMinimal.h"
|
||||||
#include "Templates/IsArrayOrRefOfType.h"
|
#include "Templates/IsArrayOrRefOfType.h"
|
||||||
#include "CogDebugSettings.h"
|
|
||||||
|
|
||||||
#ifndef ENABLE_COG
|
#ifndef ENABLE_COG
|
||||||
#define ENABLE_COG !UE_BUILD_SHIPPING
|
#define ENABLE_COG !UE_BUILD_SHIPPING
|
||||||
@@ -10,6 +9,7 @@
|
|||||||
|
|
||||||
#if ENABLE_COG
|
#if ENABLE_COG
|
||||||
|
|
||||||
|
#include "CogDebugSettings.h"
|
||||||
|
|
||||||
#define IF_COG(expr) { expr; }
|
#define IF_COG(expr) { expr; }
|
||||||
#define COG_LOG_CATEGORY FLogCategoryBase
|
#define COG_LOG_CATEGORY FLogCategoryBase
|
||||||
|
|||||||
Reference in New Issue
Block a user