mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
3b4a5e27f7
to be consistent with gfx_lores
14 lines
229 B
Lua
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
|