Subversion Repositories shark

Rev

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

Rev Author Line No. Line
2 pj 1
void RdWin_256(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);
2
void linGet8(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);
3
void WrWin_256(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);
4
void linPut8(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);
5
void ClrWin_256(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
6
void linBox8(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
7
void WrRect_256(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
8
void linRect8(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
9
void WrText_256(char *text, WORD x, WORD y, DWORD fg, DWORD bg);
10
void linText8(char *text, WORD x, WORD y, DWORD fg, DWORD bg);
11
void WrLine_256(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
12
void linLine8(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
13
void WrPixel_256(WORD x, WORD y, DWORD color);
14
void linWr8(WORD x, WORD y, DWORD color);
15
DWORD RdPixel_256(WORD x, WORD y);
16
DWORD linRd8(WORD x, WORD y);