X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdebug%2Fexceptiontrace.h;h=0786c780013aa3a8447b857ce7c7c69dc2543a75;hb=refs%2Fheads%2Fwip;hp=52664b6dbdd082731d9c681bc48b7e3cdecba471;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07;p=libs%2Fcore.git diff --git a/source/debug/exceptiontrace.h b/source/debug/exceptiontrace.h index 52664b6..0786c78 100644 --- a/source/debug/exceptiontrace.h +++ b/source/debug/exceptiontrace.h @@ -1,13 +1,15 @@ #ifndef MSP_DEBUG_EXCEPTIONTRACE_H_ #define MSP_DEBUG_EXCEPTIONTRACE_H_ +#include + namespace Msp { namespace Debug { class Backtrace; -void enable_exception_trace(bool); -const Backtrace &get_exception_trace(); +MSPCORE_API void enable_exception_trace(bool); +MSPCORE_API const Backtrace &get_exception_trace(); } // namespace Debug } // namespace Msp