Diff for /np2/generic/cmndraw.h between versions 1.2 and 1.3

version 1.2, 2004/03/09 23:39:19 version 1.3, 2004/03/10 02:42:51
Line 74  void cmndraw32_setpat(const CMNVRAM *vra Line 74  void cmndraw32_setpat(const CMNVRAM *vra
 // ----  // ----
   
 void cmddraw_fill(CMNVRAM *vram, int x, int y, int cx, int cy, CMNPAL *pal);  void cmddraw_fill(CMNVRAM *vram, int x, int y, int cx, int cy, CMNPAL *pal);
   void cmddraw_text8(CMNVRAM *vram, int x, int y, const char *str, CMNPAL *pal);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>