Subversion Repositories Games.Carmageddon

Rev

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

  1. #ifndef _PREPMAP_H_
  2. #define _PREPMAP_H_
  3.  
  4. #include "brender/br_types.h"
  5.  
  6. void BrMapUpdate(br_pixelmap* map, br_uint_16 flags);
  7.  
  8. void BrBufferUpdate(br_pixelmap* pm, br_token use, br_uint_16 flags);
  9.  
  10. void BrBufferClear(br_pixelmap* pm);
  11.  
  12. #endif
  13.