Added additional settings to control assets prefix.

This commit is contained in:
2021-08-27 20:30:53 -07:00
parent 23c0bdaba6
commit 01c26b9e16
4 changed files with 13 additions and 8 deletions

View File

@ -6,8 +6,5 @@
#pragma once
#include "../libs.h"
/** 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;