mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- oops forgot to add this file
This commit is contained in:
parent
276cdde112
commit
6089c34558
1 changed files with 7 additions and 0 deletions
7
src/common/platform/win32/i_crash_arm.cpp
Normal file
7
src/common/platform/win32/i_crash_arm.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
// 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
|
||||
}
|
Loading…
Reference in a new issue