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