aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/sdk/Module.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add prefix GF to all sdk and module symbolssaturneric2024-02-291-84/+0
|
* feat: add module controller and continue to work on module systemsaturneric2024-02-291-12/+10
| | | | | | 1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
* feat: upgrade module systemsaturneric2024-02-281-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