precompile checks
This commit is contained in:
parent
401e24bb23
commit
3edb188921
22 changed files with 458 additions and 9 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue