summaryrefslogtreecommitdiff
path: root/include/asset_cache.h
blob: 8d18448cf66a7f96ceec711f7b20b438a65f9975 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef HONEY_ASSET_CACHE
#define HONEY_ASSET_CACHE

#ifndef HONEY_ASSET_CACHE_SIZE
#define HONEY_ASSET_CACHE_SIZE 2048
#endif



#endif