10 lines
166 B
C
10 lines
166 B
C
// Logger.h
|
|
// Copyright 2016 Robin.Rowe@CinePaint.org
|
|
// Open source license MIT
|
|
|
|
#ifdef UNREAL_ENGINE
|
|
#include "UnrealLogger.h"
|
|
#else
|
|
#include "SystemLog.h"
|
|
#endif
|