aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/sdk/Module.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-29feat: add prefix GF to all sdk and module symbolssaturneric1-84/+0
2024-02-29feat: add module controller and continue to work on module systemsaturneric1-12/+10
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
2024-02-28feat: upgrade module systemsaturneric1-0/+86
1. load module and resolve symbols at runtime 2. restrict sdk functions and structures to c style 3. add some core api to support it