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