#include "DEMOSDK\PC\SURFACE.H"
Go to the source code of this file.
Enumerations | |
enum | BITloadResult { BITloadResult_OK, BITloadResult_READERROR, BITloadResult_UNKNOWN_FORMAT } |
Functions | |
BITloadResult | BITbmpLoad (BITsurface *_surface, MEMallocator *_allocator, char *_filename) |
BITloadResult | BITbmpLoadLUT (BITlut *_lut, MEMallocator *_allocator, char *_filename) |
bool | BITbmpSave (BITsurface *_surface, char *_filename) |
BITloadResult | BITneoLoad (BITsurface *_surface, MEMallocator *_allocator, char *_filename) |