aboutsummaryrefslogtreecommitdiff
path: root/src/Cursor.txt
blob: 946590a769754454cc5f76395d65635ef0dd4031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define Cursor_size 15
const BMPMAP Cursor =
{
  0x02,0x00, // Graphics Format
  0x00,0x08, // Graphics DataSize
  0x00,      // Graphics Start X
  0x00,      // Graphics Start Y
  0x07,      // Graphics Width
  0x08,      // Graphics Height
  {
  0x21,0x31,0x39,0x3D,0x39,0x31,0x21
  }
};