prog8/docs/import-all-cx16.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

26 lines
413 B
Lua

; all library modules for the cx16 compiler target
%import anyall
%import buffers
%import bmx
%import compression
%import conv
%import cx16logo
%import diskio
%import emudbg
%import floats
%import gfx_hires
%import gfx_lores
%import graphics
%import math
%import monogfx
%import palette
%import prog8_lib
%import psg
%import sprites
%import string
%import syslib
%import test_stack
%import textio
%import verafx