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_ */