mirror of https://github.com/bsnes-emu/bsnes.git
7 lines
163 B
C++
7 lines
163 B
C++
|
namespace resource {
|
||
|
extern const uint8_t folder[1176];
|
||
|
extern const uint8_t game[844];
|
||
|
extern const uint8_t home[1774];
|
||
|
extern const uint8_t up[1193];
|
||
|
};
|