mirror of
https://github.com/DerKoun/bsnes-hd.git
synced 2025-04-02 10:52:49 -04:00
7 lines
185 B
C++
7 lines
185 B
C++
namespace Resource {
|
|
namespace Sprite {
|
|
extern const unsigned char CrosshairRed[342];
|
|
extern const unsigned char CrosshairGreen[329];
|
|
extern const unsigned char CrosshairBlue[332];
|
|
}
|
|
}
|