mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-14 06:30:27 +01:00
22d3e401f8
This also moves database functions and data structures to db.h
6 lines
71 B
C++
6 lines
71 B
C++
|
|
#include <string>
|
|
|
|
typedef std::basic_string<unsigned char> ustring;
|
|
|