mirror of https://github.com/bsnes-emu/bsnes.git
8 lines
194 B
C++
8 lines
194 B
C++
|
namespace Resource {
|
||
|
namespace Sprite {
|
||
|
extern const nall::vector<uint8_t> CrosshairRed;
|
||
|
extern const nall::vector<uint8_t> CrosshairGreen;
|
||
|
extern const nall::vector<uint8_t> CrosshairBlue;
|
||
|
}
|
||
|
}
|