65 void __sgl__exitLibrary(
int status);
68 #define STD_EXIT __std_exit_function_ 69 #define exit __sgl__exitLibrary 71 #ifdef SPL_HEADLESS_MODE 73 #endif // SPL_HEADLESS_MODE
Definition: console.h:293
void initializeLibrary(int argc, char **argv)
Initializes the SGL C++ library.
Definition: ginit.cpp:52
bool exitEnabled()
Returns true if the std::exit function is enabled.
Definition: ginit.cpp:46
void shutdownLibrary()
Shuts down the SGL C++ library.
Definition: ginit.cpp:120
void initializeStudentThread()
This is for any initialization that needs to be done in the student's thread rather than on the Qt GU...
Definition: ginit.cpp:77
void setExitEnabled(bool enabled)
Sets whether the std::exit function will be enabled or not.
Definition: ginit.cpp:113