Move include files

This commit is contained in:
sfan5
2018-03-25 14:12:39 +02:00
parent 405951f8f6
commit e543517eb8
15 changed files with 2 additions and 2 deletions

5
include/types.h Normal file
View File

@@ -0,0 +1,5 @@
#include <string>
typedef std::basic_string<unsigned char> ustring;
typedef unsigned int uint;
typedef unsigned char u8;