aboutsummaryrefslogtreecommitdiff
path: root/src/misc.hpp
blob: 6bf8e02f3855c817c4c1b8e01958f4951cc17a9a (plain)
1
2
3
4
5
6
7
8
9
#ifndef SRC_MICS_H_
#define SRC_MICS_H_

#include <string>

std::string engine_info();
std::string engine_version();

#endif /* SRC_MICS_H_ */