--- Daodan/src/Daodan.h 2013/04/29 16:29:16 838 +++ Daodan/src/Daodan.h 2013/08/11 22:31:16 894 @@ -17,6 +17,13 @@ typedef unsigned char UUtBool; typedef unsigned short UUtError; #define UUcError_None ((UUtError) 0) +typedef unsigned char UUtUns8; +typedef unsigned short UUtUns16; +typedef unsigned int UUtUns32; +typedef char UUtInt8; +typedef short UUtInt16; +typedef int UUtInt32; + extern HMODULE DDrDLLModule; extern HMODULE DDrONiModule;