mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
9 lines
170 B
C++
9 lines
170 B
C++
#ifndef CRASHCATCHER_H
|
|
#define CRASHCATCHER_H
|
|
|
|
#include <filesystem>
|
|
|
|
void crashCatcherInstall(int argc, char** argv, const std::filesystem::path& crashLogPath);
|
|
|
|
#endif
|