blob: 6d867b5aadb445793dc6089f4e4ad8877e7b6e15 (
plain)
1
2
3
4
5
6
7
8
9
|
// includes, define macro.
// first is variable vasename, second is text to be displayed
IMAGE_DATA(chleepy, "sleepy"),
IMAGE_DATA(hungry, "hungry"),
IMAGE_DATA(hug, "hugs?"),
IMAGE_DATA(uvok, "uvok"),
IMAGE_DATA(cheebox, "overstim"),
IMAGE_DATA(qr, "contact"),
IMAGE_DATA(sneppump, "games?")
|