#include <swilib.h>

void DoScreen();
void DrawScreen();
void ClearScreen();
void DrwImage(IMGHDR * onse, int x, int y, int xRect, int yRect,int xxRect, int yyRect, int isScreen);
void DrwIMGHDR(IMGHDR * onse, int x, int y, int xRect, int yRect,int xxRect, int yyRect);

