prog8/docs/import-all-pet32.p8
Irmen de Jong 3b4a5e27f7 renamed gfx_hires4 module to just gfx_hires
to be consistent with gfx_lores
2024-11-12 17:48:35 +01:00

14 lines
229 B
Lua

; all library modules for the pet32 compiler target
%import anyall
%import buffers
%import compression
%import conv
%import cx16logo
%import math
%import prog8_lib
%import string
%import syslib
%import test_stack
%import textio