diff options
| author | 2024-01-05 14:39:43 -0600 | |
|---|---|---|
| committer | 2024-01-05 14:39:43 -0600 | |
| commit | 04b429d064fb2954e768abc8066013ad0faf2729 (patch) | |
| tree | 55ab857300a3323c908d52fc1307e2c672f60bc8 /src/assets.h | |
| parent | extracts natives (diff) | |
launch info all in one place
TODO: build class path
Diffstat (limited to 'src/assets.h')
| -rw-r--r-- | src/assets.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/assets.h b/src/assets.h index 6f8496f..82e2e6f 100644 --- a/src/assets.h +++ b/src/assets.h @@ -1,4 +1,9 @@ #ifndef L2SU_ASSETS_H_INCLUDED #define L2SU_ASSETS_H_INCLUDED +#include <jansson.h> + +int l2_assets_load_index(json_t *version, json_t **asset_index); +int l2_assets_download_assets(json_t *asset_index, char **path); + #endif /* include guard */ |
