Subversion Repositories Games.Carmageddon

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef _GENCOPY_H_
  2. #define _GENCOPY_H_
  3.  
  4. #include "brender/br_types.h"
  5.  
  6. br_error GeneralRectangleCopy(br_device_pixelmap* dest, br_point* p, br_device_pixelmap* src, br_rectangle* r);
  7.  
  8. br_error GeneralCopy(br_device_pixelmap* dst, br_device_pixelmap* src);
  9.  
  10. br_error GeneralRectangleStretchCopy(br_device_pixelmap* dst, br_rectangle* d, br_device_pixelmap* src, br_rectangle* s);
  11.  
  12. #endif
  13.