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

This commit is contained in:
kieron
2018-04-30 17:22:09 +00:00
parent 132978aea1
commit f1d3dabe14
8 changed files with 1976 additions and 188 deletions

View File

@ -56,6 +56,7 @@ type
PDouble = ^Double;
Void = ^uInt32;
HWND = uint32;
//Alternate Types
UBit1 = 0..(1 shl 01) - 1;