
#ifndef _myut
#define _myut
typedef unsigned short WORD;
typedef unsigned char BYTE;
typedef unsigned int DWORD;
char *p_t="%t";
char *p_s="%s";

typedef struct {
char r,g,b,a;  
} _rgb;
#endif
