aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-01-05 14:39:43 -0600
committerLibravatar bigfoot547 <[email protected]>2024-01-05 14:39:43 -0600
commit04b429d064fb2954e768abc8066013ad0faf2729 (patch)
tree55ab857300a3323c908d52fc1307e2c672f60bc8 /src/assets.h
parentextracts natives (diff)
launch info all in one place
TODO: build class path
Diffstat (limited to 'src/assets.h')
-rw-r--r--src/assets.h5
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 */