summaryrefslogtreecommitdiff
path: root/src/utils/system.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/system.hpp')
-rw-r--r--src/utils/system.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/utils/system.hpp b/src/utils/system.hpp
new file mode 100644
index 0000000..7ea1677
--- /dev/null
+++ b/src/utils/system.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <string>
+
+namespace utils
+{
+std::string get_system_name();
+} \ No newline at end of file