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