1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-23 08:39:41 +00:00
openmw/components/crashcatcher/crashcatcher.hpp

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