Relative
This commit is contained in:
@@ -7,6 +7,5 @@
|
||||
target_sources(${DUSK_TARGET_NAME}
|
||||
PRIVATE
|
||||
asset.c
|
||||
assetraw.c
|
||||
assetsystem.c
|
||||
)
|
@@ -7,15 +7,6 @@
|
||||
|
||||
#include "asset.h"
|
||||
|
||||
assetcallbacks_t ASSET_CALLBACKS[] = {
|
||||
{
|
||||
.init = assetRawInit,
|
||||
.loadAsync = assetRawLoadAsync,
|
||||
.loadSync = assetRawLoadSync,
|
||||
.dispose = assetRawDispose
|
||||
}
|
||||
};
|
||||
|
||||
void assetInit() {
|
||||
|
||||
}
|
Reference in New Issue
Block a user