📄 crash.cpp
字号:
//Crash.cpp
//
//Ported away from Glenn Maynard's Rage.
//Self contained crash reporting.
// DO NOT USE stdio.h! printf() calls malloc()!
//#include <stdio.h>
#include "crash.h"
#include <iostream> //For this specific implementation
using namespace std;
static void DoSave();
bool g_bAutoRestart = false;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -