|
|
| version 1.1, 2004/08/19 09:56:44 | version 1.2, 2008/06/02 20:07:31 |
|---|---|
| Line 23 void cmndraw_makegrad(RGB32 *pal, int pa | Line 23 void cmndraw_makegrad(RGB32 *pal, int pa |
| } | } |
| // ---- | /* ---- */ |
| void cmndraw_fill(const CMNVRAM *vram, int x, int y, | void cmndraw_fill(const CMNVRAM *vram, int x, int y, |
| int cx, int cy, CMNPAL fg) { | int cx, int cy, CMNPAL fg) { |
| Line 283 const UINT8 *p; | Line 283 const UINT8 *p; |
| } | } |
| // ---- | /* ---- */ |
| void cmddraw_text8(CMNVRAM *vram, int x, int y, const char *str, CMNPAL fg) { | void cmddraw_text8(CMNVRAM *vram, int x, int y, const char *str, CMNPAL fg) { |
| Line 316 const UINT8 *ptr; | Line 316 const UINT8 *ptr; |
| } | } |
| // ---- bmp | /* bmp */ |
| BRESULT cmndraw_bmp4inf(CMNBMP *bmp, const void *ptr) { | BRESULT cmndraw_bmp4inf(CMNBMP *bmp, const void *ptr) { |