diff options
Diffstat (limited to 'MouseSpr.i')
| -rw-r--r-- | MouseSpr.i | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#ifndef MOUSE_SPR_I__ +#define MOUSE_SPR_I__ + const uint8_t PROGMEM MouseSprData[] = { 8,8, //width and height @@ -11,3 +14,5 @@ const uint8_t PROGMEM MouseSprData[] = B00000100, }; + +#endif // MOUSE_SPR_I__ |
