Adding some comments.

This commit is contained in:
2021-08-19 23:29:48 -07:00
parent c42c90ec59
commit c619c003a7
9 changed files with 67 additions and 23 deletions

View File

@ -9,4 +9,5 @@
/** Prefix of all asset load methods, may be customizable in future. */
#define ASSET_PREFIX "../assets/"
/** Definition of an asset ready to be buffered */
typedef FILE assetbuffer_t;