Just writing code nothing special.

This commit is contained in:
2021-08-02 22:58:02 -07:00
parent 289e6fccfc
commit c451538def
19 changed files with 254 additions and 30 deletions

View File

@ -4,6 +4,9 @@
// https://opensource.org/licenses/MIT
#pragma once
#include "../libs.h"
/** Prefix of all asset load methods, may be customizable in future. */
#define ASSET_PREFIX "../assets/"
#define ASSET_PREFIX "../assets/"
typedef FILE assetbuffer_t;