|
namespace Resource {
|
|
namespace Logo {
|
|
extern const nall::vector<uint8_t> higan;
|
|
}
|
|
namespace Sprite {
|
|
extern const nall::vector<uint8_t> CrosshairRed;
|
|
extern const nall::vector<uint8_t> CrosshairGreen;
|
|
extern const nall::vector<uint8_t> CrosshairBlue;
|
|
}
|
|
}
|