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

This commit is contained in:
aaron 2017-05-19 22:07:38 +00:00
parent 5624f4a5b3
commit c46166a57c

View File

@ -56,6 +56,7 @@ type
//Alternate Types //Alternate Types
UBit3 = 0..(1 shl 3) - 1; UBit3 = 0..(1 shl 3) - 1;
UBit4 = 0..(1 shl 4) - 1;
UBit20 = 0..(1 shl 20) - 1; UBit20 = 0..(1 shl 20) - 1;
implementation implementation