Prototype duplication fixes; split out engine.js into multiple components

This commit is contained in:
2023-09-07 21:46:35 +00:00
parent acecf2fde9
commit a4111b01a5
17 changed files with 1379 additions and 1367 deletions

View File

@@ -17,7 +17,7 @@ char *make_path(const char *file);
char *strdup(const char *s);
unsigned char *slurp_file(const char *filename, size_t *size);
char *slurp_text(const char *filename);
char *slurp_text(const char *filename, size_t *size);
int slurp_write(const char *txt, const char *filename);
void pack_engine(const char *fname);