mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
7 lines
269 B
C++
7 lines
269 B
C++
// 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
|
|
}
|