mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 08:26:24 -04:00
9 lines
118 B
C++
9 lines
118 B
C++
#pragma once
|
|
|
|
namespace dusk {
|
|
|
|
void InitializeCrashReporting();
|
|
void ShutdownCrashReporting();
|
|
|
|
} // namespace dusk
|