git-svn-id: https://spexeah.com:8443/svn/Asuro@143 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
805f20ca31
commit
a16906c89c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user