summaryrefslogtreecommitdiff
path: root/include/rune/core/abort.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rune/core/abort.h')
-rw-r--r--include/rune/core/abort.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rune/core/abort.h b/include/rune/core/abort.h
index 60f368e..5356c5d 100644
--- a/include/rune/core/abort.h
+++ b/include/rune/core/abort.h
@@ -24,6 +24,10 @@
#include <rune/util/types.h>
+/**
+ * \brief Called during a fatal error, force-quits the engine,
+ * calls a stack trace on POSIX-compliant platforms
+ */
RAPI void rune_abort(void);
#endif