summaryrefslogtreecommitdiff
path: root/archive/src/std/utils.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-26 21:55:23 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-26 21:55:23 +1100
commit43bee361397315c7105b7214316325b185135331 (patch)
treeb339f728b4cd6f37b37912b62c8d0af75dc9551d /archive/src/std/utils.h
parent24573518c3320673eb87d6d659522d77e05cb75c (diff)
move archive into /src
Diffstat (limited to 'archive/src/std/utils.h')
-rw-r--r--archive/src/std/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/archive/src/std/utils.h b/archive/src/std/utils.h
deleted file mode 100644
index c9827a3..0000000
--- a/archive/src/std/utils.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#pragma once
-#include <stdbool.h>
-
-const char* bool_str(bool input) { return input ? "True" : "False"; } \ No newline at end of file