1//---------------------------------------------------------------------------
2// This file is generated by wxPython's SIP generator.  Do not edit by hand.
3//
4// Copyright: (c) 2018 by Total Control Software
5// License:   wxWindows License
6//
7// This file will be included by _core.sip
8//
9//---------------------------------------------------------------------------
10
11//---------------------------------------------------------------------------
12
13void wxAbort();
14%Docstring
15    Abort()
16
17    Exits the program immediately.
18%End
19
20void wxDisableAsserts();
21%Docstring
22    DisableAsserts()
23
24    Disable the condition checks in the assertions.
25%End
26
27void wxTrap();
28%Docstring
29    Trap()
30
31    Generate a debugger exception meaning that the control is passed to
32    the debugger if one is attached to the process.
33%End
34
35
36//---------------------------------------------------------------------------
37
38