#pragma once namespace LL { bool StartCrashLoggerProcess(); void InitCrashLogger(bool enableCrashLogger); } // namespace LL