6 lines
125 B
C
6 lines
125 B
C
|
#include "assets.h"
|
||
|
|
||
|
asset_info assets[] = {
|
||
|
{.id = ASSET_PLAYER, .kind = ASSET_KIND_IMAGE, .filename = "player.png"}
|
||
|
};
|