mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Change Beefy::defer to be simpler (no std::function), macOS changes
This commit is contained in:
parent
3bf4c792d8
commit
c8ca66ec5c
18 changed files with 168 additions and 221 deletions
|
@ -32,7 +32,7 @@ using namespace Beefy;
|
|||
BF_IMPORT void BF_CALLTYPE Debugger_ProgramDone();
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
{
|
||||
#ifdef TEST_CRASH
|
||||
CrashCatcher catcher;
|
||||
catcher.SetCrashReportKind(BfpCrashReportKind_GUI);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue