edit ZMainHead.H a bit

This commit is contained in:
2021-02-25 17:49:30 +09:00
parent c8afa6d08a
commit a433979bd7

View File

@ -481,6 +481,9 @@ namespace ZNsMain
typedef long ZTypIntL ; typedef long ZTypIntL ;
typedef short ZTypIntS ; typedef short ZTypIntS ;
typedef long ZTypLong ;
typedef short ZTypShort ;
typedef int8_t ZTypInt8 ; typedef int8_t ZTypInt8 ;
typedef int16_t ZTypInt16 ; typedef int16_t ZTypInt16 ;
typedef int32_t ZTypInt32 ; typedef int32_t ZTypInt32 ;