#include "huc.h"
#incchr(imagechr, "image.pcx", 32, 28); /* include the image data */
#incbat(imagebat, "image.pcx", 0x1000, 32, 28); /* include the BAT */
#incpal(imagepal, "image.pcx"); /* include the palette */
main()
{
load_background(imagechr, imagepal, imagebat, 32, 28); /* load the picture */
} |
