precompile checks

This commit is contained in:
visionmercer 2022-09-19 01:27:48 +02:00
commit 3edb188921
22 changed files with 458 additions and 9 deletions

View file

@ -1,3 +1,5 @@
$if grayscale = undefined then
$let grayscale = defined
Sub grayscale (image As Long)
Dim mimg As _MEM
Dim As _Offset start, length
@ -16,4 +18,5 @@ Sub grayscale (image As Long)
start = start + 4
Loop Until start = length
_MemFree mimg
End Sub
End Sub
$end if