Cogs.Foundation
|
#include "../FoundationBase.h"
Go to the source code of this file.
Namespaces | |
namespace | Cogs |
Main Cogs namespace. | |
Functions | |
COGSFOUNDATION_API bool | Cogs::isBeingDebugged () |
Return true if the application is running under a debugger. | |
COGSFOUNDATION_API std::string | Cogs::getCallstack () |
Returns the current callstack as a string. | |