1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-05 13:25:22 +02:00
Files
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;