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

This commit is contained in:
kieron
2020-07-11 18:50:23 +00:00
parent fd564f56b7
commit b9666fb196
3 changed files with 194 additions and 30 deletions

View File

@ -54,6 +54,10 @@ type
Void = ^uInt32;
HWND = uint32;
yord = uInt8;
xord = uInt8;
zord = uInt16;
//Alternate Types
UBit1 = 0..(1 shl 01) - 1;
UBit2 = 0..(1 shl 02) - 1;