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;

View File

@ -333,7 +333,7 @@ var
begin
disable_cursor;
closeAllWindows;
console.forceQuitAll;
if not BSOD_ENABLE then exit;
console.setdefaultattribute(console.combinecolors($FFFF, $F800));
console.clear;