Play-/Source/ui_ios/DebuggerSimulator.h
Jean-Philip Desjardins 80bfc0a099 Simulate the debugger being detached when quitting the app.
Prevents the application from being stuck when killed by external means.
2020-06-19 15:46:49 -04:00

4 lines
73 B
C

#pragma once
void StartSimulateDebugger();
void StopSimulateDebugger();