Subversion Repositories pentevo

Rev

Rev 783 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1. #pragma once
  2.  
  3. // small
  4. void rend_atm_1_small(unsigned char *dst, unsigned pitch);
  5. void rend_atm_2_small(unsigned char *dst, unsigned pitch);
  6.  
  7. // double
  8. void rend_atm_1(unsigned char *dst, unsigned pitch);
  9. void rend_atm_2(unsigned char *dst, unsigned pitch);
  10.