From bcdce9633dc351d3bc7f347a165348b8fab87cd9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 15 Feb 2022 12:33:52 +0100 Subject: refactor: reorganize files & improve classes --- src/utils.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/utils.hpp (limited to 'src/utils.hpp') 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(); -- cgit v1.2.3-18-g5258