]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/debugapi.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / debug / debugapi.h
index 80dcc4cdff330b210d291009435c4a77d08a3755..0f1a5013300619e1c2d99869b9b50aafbe823622 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef MSP_DEBUG_DEBUGAPI_H_
 #define MSP_DEBUG_DEBUGAPI_H_
 
+#include <msp/core/mspcore_api.h>
+
 namespace Msp {
 namespace Debug {
 
@@ -11,8 +13,8 @@ enum DebuggerType
        UNKNOWN,
 };
 
-DebuggerType check_debugger(bool = false);
-void debug_break();
+MSPCORE_API DebuggerType check_debugger(bool = false);
+MSPCORE_API void debug_break();
 
 } // namespace Debug
 } // namespace Msp