summaryrefslogtreecommitdiff
path: root/src/buildtool/system/system.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/system/system.hpp')
-rw-r--r--src/buildtool/system/system.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/buildtool/system/system.hpp b/src/buildtool/system/system.hpp
new file mode 100644
index 00000000..2038d5c7
--- /dev/null
+++ b/src/buildtool/system/system.hpp
@@ -0,0 +1,10 @@
+#ifndef INCLUDED_SRC_BUILDTOOL_SYSTEM_SYSTEM_HPP
+#define INCLUDED_SRC_BUILDTOOL_SYSTEM_SYSTEM_HPP
+
+namespace System {
+
+void ExitWithoutCleanup(int exit_code);
+
+}
+
+#endif // INCLUDED_SRC_BUILDTOOL_SYSTEM_SYSTEM_HPP