CATRunMode defines the type of app the code is running as. It allows classes to perform differently in different environments without having to ifdef stuff.
Use CATApp::GetRunMode() to retrieve the current run mode.
Definition at line 35 of file CATApp.h.