raze/source/common/platform/win32/i_crash_arm.cpp

8 lines
269 B
C++
Raw Normal View History

2021-01-02 12:52:50 +00:00
// Licensed to the Public Domain by Rachael Alexandersion (c) 2021
// This file is nothing more than a stub. Please replace with a proper copyright notice if this function is implemented for ARM. Or just use the regular i_crash.cpp
void DisplayCrashLog()
{
// stub
}