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 SaveHexPalette = undefined then
$let SaveHexPalette = defined
SUB SaveHexPalette (palettearray() AS _UNSIGNED LONG, filename AS STRING)
DIM ff AS LONG
DIM i AS LONG
@ -9,3 +11,4 @@ SUB SaveHexPalette (palettearray() AS _UNSIGNED LONG, filename AS STRING)
NEXT i
CLOSE ff
END SUB
$end if