Radium Engine  1.5.20
Loading...
Searching...
No Matches
StackTrace.hpp
1#pragma once
2#include <Core/RaCore.hpp>
3
4#include <string>
5
6namespace Ra {
7namespace Core {
8namespace Utils {
9
10RA_CORE_API std::string StackTrace( int skip = 1 );
11
12} // namespace Utils
13} // namespace Core
14} // namespace Ra
hepler function to manage enum as underlying types in VariableSet
Definition Cage.cpp:3