-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheart.c
24 lines (21 loc) · 819 Bytes
/
heart.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
* Exported with nin10kit v1.3
* Time-stamp: Tuesday 04/05/2016, 14:43:01
*
* Image Information
* -----------------
* /home/matt/Documents/school/class/cs2110/HW09/IMAGES/heart.png 7@8
*
* Quote/Fortune of the Day!
* -------------------------
*
* All bug reports / feature requests are to be sent to Brandon ([email protected])
*/
#include "heart.h"
const unsigned short heart_data[56] =
{
0x2023,0x2458,0x2458,0x2023,0x2458,0x2458,0x2023,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,
0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,0x2458,
0x2458,0x2458,0x2458,0x2023,0x2458,0x2458,0x2458,0x2458,0x2458,0x2023,0x2023,0x2023,0x2458,0x2458,0x2458,0x2023,
0x2023,0x2023,0x2023,0x2023,0x2458,0x2023,0x2023,0x2023
};