aboutsummaryrefslogtreecommitdiff
path: root/src/utils.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-02-15 20:27:51 +0100
committerHampusM <hampus@hampusmat.com>2022-02-15 20:27:51 +0100
commit5dae8f8d10d506abc3c75a1f66c1dfe620c84fc1 (patch)
tree2bfb6efef0535a35bab1da811a5f69cb5203dff9 /src/utils.hpp
parent9147551cd21d565f9503e3ebbcd2121e284d88d5 (diff)
refactor: improve project design
Diffstat (limited to 'src/utils.hpp')
-rw-r--r--src/utils.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/utils.hpp b/src/utils.hpp
deleted file mode 100644
index be299c7..0000000
--- a/src/utils.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include <string>
-
-/**
- * Converts a string to a unsigned integer.
- *
- * @param str A string that possibly is a unsigned integer
- * @returns A unsigned integer
- */
-unsigned int str_to_uint(std::string str);