mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 08:02:23 -07:00
8 lines
114 B
C
8 lines
114 B
C
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
#ifndef USE_COG
|
|
#define USE_COG (ENABLE_DRAW_DEBUG && !NO_LOGGING)
|
|
#endif
|