Move include files
This commit is contained in:
5
include/types.h
Normal file
5
include/types.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <string>
|
||||
|
||||
typedef std::basic_string<unsigned char> ustring;
|
||||
typedef unsigned int uint;
|
||||
typedef unsigned char u8;
|
||||
Reference in New Issue
Block a user