aboutsummaryrefslogtreecommitdiff
path: root/src/misc.hpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-31 13:22:11 +0200
committerAdam <adammegarules1@gmail.com>2026-07-31 13:22:11 +0200
commit2d148023f02056916fa5b88f567e09e6ba1a2915 (patch)
treeb7ac743f384a604061dfe25b8ac7180254e4960f /src/misc.hpp
parent6af6acefdece08bb786640f5f3e9618ae04881da (diff)
making it be mode ready
Diffstat (limited to 'src/misc.hpp')
-rw-r--r--src/misc.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/misc.hpp b/src/misc.hpp
new file mode 100644
index 0000000..6bf8e02
--- /dev/null
+++ b/src/misc.hpp
@@ -0,0 +1,9 @@
+#ifndef SRC_MICS_H_
+#define SRC_MICS_H_
+
+#include <string>
+
+std::string engine_info();
+std::string engine_version();
+
+#endif /* SRC_MICS_H_ */