Working on code in language, fixing bugs

This commit is contained in:
Krzosa Karol
2022-06-17 17:00:34 +02:00
parent 5b55852619
commit 871ff65ec2
9 changed files with 71 additions and 131 deletions

View File

@@ -1,4 +1,4 @@
#import "Windows.kl"
#import "kernel32.kl"
RBGQUAD :: struct;; rgbBlue: BYTE; rgbGreen: BYTE; rgbRed: BYTE; rgbReserved: BYTE
BITMAPINFOHEADER :: struct;; biSize: DWORD; biWidth: LONG; biHeight: LONG; biPlanes: WORD; biBitCount: WORD; biCompression: DWORD; biSizeImage: DWORD; biXPelsPerMeter: LONG; biYPelsPerMeter: LONG; biClrUsed: DWORD; biClrImportant: DWORD
BITMAPINFO :: struct;; bmiHeader: BITMAPINFOHEADER; bmiColors: [1]RBGQUAD