Table: All editor code files have been added from the flash drive.

The start date of development is September 12, 2024.
This commit is contained in:
2025-03-30 22:56:02 +05:00
parent 99cfae2dbf
commit b3981d174a
45 changed files with 3109 additions and 0 deletions

14
modules/modules_api.inc Normal file
View File

@@ -0,0 +1,14 @@
;uint32_t tmodule_init(table_exports_t* imports, char* cmdline);
;void tmodule_close(uint32_t pdata);
;import_formula_t* tmodule_formulas(uint32_t pdata);
;import_format_t* tmodule_formats(uint32_t pdata);
struct table_exports_t
version dd ?
ends