#include <alib/img.h>

void DrawImage (Image *img, int x, int y);
void DrawImageRect (Image *img, int x, int y, MyRECT *rc);

void DrawImage_LCDLayer (Image *img, int x, int y);
