mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
modules: fixes to working condition
This commit is contained in:
parent
eb1ddfa447
commit
19c99bc7e5
16 changed files with 197 additions and 121 deletions
|
|
@ -1,12 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include "utils.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
// void run(Bytefile *bf, int argc, char **argv);
|
||||
|
||||
void run_init(size_t *stack);
|
||||
|
||||
void run_mod_rec(uint mod_id, int argc, char **argv);
|
||||
void run_mod_rec(uint mod_id, int argc, char **argv, bool do_verification);
|
||||
|
||||
void run_prepare_exec(int argc, char **argv);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue