minetestmapper/include/types.h

6 lines
122 B
C
Raw Permalink Normal View History

#include <string>
typedef std::basic_string<unsigned char> ustring;
typedef unsigned int uint;
2016-11-18 15:01:27 -08:00
typedef unsigned char u8;