mallailua

This commit is contained in:
2025-04-21 11:29:08 +03:00
parent 69416bd25a
commit 26752683a1
12 changed files with 276 additions and 24 deletions

View File

@@ -24,7 +24,6 @@ sc_array_def(HiModuleData, module);
typedef struct sc_array_module HiModuleArray;
HiloadResult moduler_reload(HiModuleData *module,
const struct sc_array_memreg *const memregs);
struct sc_array_memreg *memregs);
#endif // MODULER_H_