Just writing code nothing special.
This commit is contained in:
@ -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;
|
Reference in New Issue
Block a user