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 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue