minetestmapper/types.h
ShadowNinja 22d3e401f8 Don't use a temporary table for block positions
This also moves database functions and data structures to db.h
2014-04-19 02:13:34 -04:00

6 lines
71 B
C++

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