This commit is contained in:
2025-08-24 15:18:01 -05:00
parent 479aad2f06
commit 947f21cac7
12 changed files with 99 additions and 177 deletions

View File

@@ -7,6 +7,5 @@
target_sources(${DUSK_TARGET_NAME}
PRIVATE
asset.c
assetraw.c
assetsystem.c
)

View File

@@ -7,15 +7,6 @@
#include "asset.h"
assetcallbacks_t ASSET_CALLBACKS[] = {
{
.init = assetRawInit,
.loadAsync = assetRawLoadAsync,
.loadSync = assetRawLoadSync,
.dispose = assetRawDispose
}
};
void assetInit() {
}