Subversion Repositories pentevo

Rev

Rev 883 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
716 lvd 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);