#include "assets.h"
asset_info assets[] = {
{.id = ASSET_PLAYER, .kind = ASSET_KIND_IMAGE, .filename = "player.png"}
};