Subversion Repositories Games.Carmageddon

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 pmbaty 1
#ifndef _PIXELMAP_H_
2
#define _PIXELMAP_H_
3
 
4
#include "brender/br_types.h"
5
 
6
br_pixelmap* BrPixelmapAllocate(br_uint_8 type, br_int_32 w, br_int_32 h, void* pixels, int flags);
7
 
8
#endif