minetestmapper/types.h
2016-11-19 00:01:27 +01:00

6 lines
122 B
C++

#include <string>
typedef std::basic_string<unsigned char> ustring;
typedef unsigned int uint;
typedef unsigned char u8;