Subversion Repositories shark

Rev

Rev 2 | Rev 80 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#define memsetw(addr, val, n) {LIN_ADDR i;      for(i = addr; i < addr + n; i += 2) lmempokew(i, val);}


void RdWin_Hi(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);
void linGet16(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);
void WrWin_Hi(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);
void linPut16(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);
void ClrWin_Hi(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
void linBox16(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
void WrRect_Hi(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
void linRect16(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
void WrText_Hi(char *text, WORD x, WORD y, DWORD fg, DWORD bg);
void linText16(char *text, WORD x, WORD y, DWORD fg, DWORD bg);
void WrLine_Hi(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
void linLine16(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
void WrPixel_Hi(WORD x, WORD y, DWORD color);
void linWr16(WORD x, WORD y, DWORD color);
DWORD RdPixel_Hi(WORD x, WORD y);
DWORD linRd16(WORD x, WORD y);