loadpcx.h File Reference

Interface for loading and writing of PCX images. More...

#include "basestrm.h"
#include "basegfx.h"
#include "ascstring.h"

Include dependency graph for loadpcx.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void writepcx (const ASCString &name, int x1, int y1, int x2, int y2, dacpalette256 pal)
void writepcx (const ASCString &name, const Surface &s)
void writepcx (const ASCString &name, const Surface &s, const SDLmm::SRect &rect)


Detailed Description

Interface for loading and writing of PCX images.

There are two independant implementations of these routines: loadpcx.cpp and dos/pcx.asm are written in assembly, and loadpcxc.cpp is written in c++

Definition in file loadpcx.h.


Function Documentation

void writepcx ( const ASCString name,
const Surface s,
const SDLmm::SRect &  rect 
)

Definition at line 371 of file loadpcxc.cpp.

References tn_file_buf_stream::seek(), tnstream::writeChar(), tnbufstream::writedata(), and tnstream::writing.

void writepcx ( const ASCString name,
const Surface s 
)

Definition at line 366 of file loadpcxc.cpp.

void writepcx ( const ASCString name,
int  x1,
int  y1,
int  x2,
int  y2,
dacpalette256  pal 
)

Definition at line 277 of file loadpcxc.cpp.

Referenced by executeUserAction(), WholeMapRenderer::writePCX(), and writepcx().


Generated on Mon May 21 01:37:17 2012 for Advanced Strategic Command by  doxygen 1.5.1