mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 16:35:26 -04:00
8 lines
100 B
C++
8 lines
100 B
C++
#pragma once
|
|
|
|
namespace dusk::crash_handler {
|
|
|
|
void install();
|
|
|
|
} // namespace dusk::crash_handler
|