bsnes/higan/target-bsnes/resource/resource.hpp

9 lines
212 B
C++
Raw Normal View History

namespace Resource {
extern const nall::vector<uint8_t> Icon;
extern const nall::vector<uint8_t> Logo;
namespace System {
extern const nall::vector<uint8_t> Boards;
extern const nall::vector<uint8_t> IPLROM;
}
}