mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 04:23:37 +01:00
fxconv: expose standard converters
This commit is contained in:
parent
c53a3fcdec
commit
fcc6f33f9b
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ __all__ = [
|
|||
"quantize", "convert", "elf",
|
||||
# Reusable classes
|
||||
"Area", "Grid",
|
||||
# Reusable converters
|
||||
"convert_bopti_fx", "convert_bopti_cg",
|
||||
"convert_topti",
|
||||
"convert_libimg_fx", "convert_libimg_cg",
|
||||
]
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue