aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.h
diff options
context:
space:
mode:
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 */