Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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