mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-14 10:48:55 +00:00
fixes, ifdefs for different byterun versions
This commit is contained in:
parent
5a6dbe3692
commit
2589f6166f
11 changed files with 244 additions and 58 deletions
|
|
@ -70,3 +70,5 @@ static inline const char *ip_read_string(char **ip, const Bytefile &bf) {
|
|||
std::pair<Cmd, uint8_t> parse_command(char **ip, const Bytefile &bf);
|
||||
std::pair<Cmd, uint8_t> parse_command(char **ip, const Bytefile &bf,
|
||||
std::ostream &out);
|
||||
|
||||
void print_file(const Bytefile &bf, std::ostream &out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue