mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
14 lines
257 B
C++
14 lines
257 B
C++
![]() |
#ifndef COMPONENTS_CRASH_WINDOWSCRASHDUMPPATHHELPERS_H
|
||
|
#include "windows_crashshm.hpp"
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
namespace Crash
|
||
|
{
|
||
|
std::string getCrashDumpPath(const CrashSHM& crashShm);
|
||
|
|
||
|
std::string getFreezeDumpPath(const CrashSHM& crashShm);
|
||
|
}
|
||
|
|
||
|
#endif
|