mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Added Relaunch option on crash dialog
This commit is contained in:
parent
980132c3cc
commit
a215bac755
7 changed files with 79 additions and 7 deletions
|
@ -593,6 +593,10 @@ BFP_EXPORT void BFP_CALLTYPE BfpSystem_AddCrashInfo(const char* str) // Can do a
|
|||
BfpGetGlobalData()->mCrashInfo.Append(str);
|
||||
}
|
||||
|
||||
BFP_EXPORT void BFP_CALLTYPE BfpSystem_SetCrashRelaunchCmd(const char* str)
|
||||
{
|
||||
}
|
||||
|
||||
void BfpSystem_Shutdown()
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue