Files
tp/tools/libdol2asm/data/function/__init__.py
T

8 lines
126 B
Python
Raw Normal View History

2021-03-28 22:49:05 +02:00
from .base import *
from .asm import *
from .ret import *
2021-03-31 23:22:32 +02:00
from .sinit import *
from .store import *
from .small_asm import *