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 SaveBinaryPPM = undefined then
$let SaveBinaryPPM = defined
Sub SaveBinaryPPM (imageHandle As Long, fileName As String)
Dim r As _Unsigned _Byte
Dim g As _Unsigned _Byte
@ -43,3 +45,4 @@ Sub SaveBinaryPPM (imageHandle As Long, fileName As String)
_MemFree image
_MemFree filebuffer
End Sub
$end if