mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
7 lines
125 B
C++
7 lines
125 B
C++
#pragma once
|
|
|
|
namespace ll {
|
|
bool StartCrashLoggerProcess();
|
|
void InitCrashLogger(bool enableCrashLogger);
|
|
} // namespace ll
|