blob: daae6ae6964cf85e46004fa2c662a676e3e259a0 (
plain)
1
2
3
4
5
6
|
// includes, define macro.
// first is variable vasename, second is text to be displayed
IMAGE_DATA(chleepy, "sleepy"),
IMAGE_DATA(hungry, "hungry"),
IMAGE_DATA(hug, "cuddly"),
IMAGE_DATA(uvok, "uvok")
|