This repository has been archived on 2024-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
Unreal-AutoSave/Source/AutoSave/Public/AutoSaveLog.h

6 lines
111 B
C

#pragma once
#include "Logging/LogMacros.h"
AUTOSAVE_API DECLARE_LOG_CATEGORY_EXTERN(LogAutoSave, Log, All);