Cogs.Foundation
Loading...
Searching...
No Matches
DebugUtils.h
Go to the documentation of this file.
1#pragma once
2
3#include "../FoundationBase.h"
4
5namespace Cogs {
8
11}
#define COGSFOUNDATION_API
Definition: FoundationBase.h:31
Main Cogs namespace.
Definition: MortonCode.h:5
COGSFOUNDATION_API bool isBeingDebugged()
Return true if the application is running under a debugger.
COGSFOUNDATION_API std::string getCallstack()
Returns the current callstack as a string.