Skip to content

Commit

Permalink
assetsys: Add documentation on assetsys_mount_data()
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Sep 3, 2023
1 parent 69c74aa commit 877be33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/assetsys.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,13 @@ If multiple mounts contains the same file and it is accessible through the same
`mount_as` prefix or not), the last mounted data source will be used when loading that file.
assetsys_mount_data
-------------------
assetsys_error_t assetsys_mount_data( assetsys_t* sys, void const* data, size_t size, char const* mount_as )
Same as assetsys_mount(), but takes a data buffer of an archived .zip file, along with the size of the file.
assetsys_dismount
-----------------
Expand Down

0 comments on commit 877be33

Please sign in to comment.