wip repl
This commit is contained in:
parent
e862b02019
commit
e49fbede9a
21 changed files with 1280 additions and 148 deletions
|
|
@ -17,7 +17,7 @@ const char* pxl8_cart_get_name(const pxl8_cart* cart);
|
|||
pxl8_result pxl8_cart_load(pxl8_cart* cart, const char* path);
|
||||
pxl8_result pxl8_cart_mount(pxl8_cart* cart);
|
||||
pxl8_result pxl8_cart_pack(const char* folder_path, const char* output_path);
|
||||
char* pxl8_cart_resolve_path(const pxl8_cart* cart, const char* relative_path);
|
||||
bool pxl8_cart_resolve_path(const pxl8_cart* cart, const char* relative_path, char* out_path, size_t out_size);
|
||||
void pxl8_cart_unload(pxl8_cart* cart);
|
||||
void pxl8_cart_unmount(pxl8_cart* cart);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue