aboutsummaryrefslogtreecommitdiff
path: root/src/misc.hpp
diff options
context:
space:
mode:
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_ */