Subversion Repositories Games.Carmageddon

Rev

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

  1. #ifndef _PMSETUP_H_
  2. #define _PMSETUP_H_
  3.  
  4. #include "brender/br_types.h"
  5.  
  6. extern br_pixelmap_state _pixelmap;
  7.  
  8. void BrPixelmapBegin(void);
  9.  
  10. void BrPixelmapEnd(void);
  11.  
  12. #endif
  13.