magiatranslate-client/src/Config.h
2020-12-21 22:29:12 +00:00

12 lines
224 B
C++

#ifndef CONFIG_H
#define CONFIG_H
#include <cstdio>
#include <string>
#include <sstream>
#include <iostream>
/**************************
* Magia Translate Ver *
**************************/
#define MT_VERSION 110
#endif