summaryrefslogtreecommitdiff
path: root/src/utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.hpp')
-rw-r--r--src/utils.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils.hpp b/src/utils.hpp
new file mode 100644
index 0000000..33f3379
--- /dev/null
+++ b/src/utils.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+/**
+ * Stops code execution.
+ */
+void stop();