git-svn-id: https://spexeah.com:8443/svn/Asuro@143 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron 2017-05-20 17:30:09 +00:00
parent 805f20ca31
commit a16906c89c

View File

@ -55,6 +55,7 @@ type
Void = ^uInt32; Void = ^uInt32;
//Alternate Types //Alternate Types
UBit2 = 0..(1 shl 2) - 1;
UBit3 = 0..(1 shl 3) - 1; UBit3 = 0..(1 shl 3) - 1;
UBit4 = 0..(1 shl 4) - 1; UBit4 = 0..(1 shl 4) - 1;
UBit20 = 0..(1 shl 20) - 1; UBit20 = 0..(1 shl 20) - 1;