mirror of
https://github.com/DerKoun/bsnes-hd.git
synced 2025-04-02 10:52:49 -04:00
9 lines
247 B
C++
9 lines
247 B
C++
namespace Resource {
|
|
extern const unsigned char Icon[3463];
|
|
extern const unsigned char Logo[23467];
|
|
extern const unsigned char SameBoy[32358];
|
|
namespace System {
|
|
extern const unsigned char Boards[31506];
|
|
extern const unsigned char IPLROM[64];
|
|
}
|
|
}
|