aboutsummaryrefslogtreecommitdiff
path: root/asset.h
blob: 09b631e5d7f4ae622e4926f8923897dd0abaf805 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef asset_h
#define asset_h

#define enum_only
#include "pack.h"
#undef enum_only

const unsigned char* get_asset(Asset_ID id);
const struct Bitmap* get_bitmap(Asset_ID id);
const struct Animation* get_animation(Asset_ID id);

#endif