#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) |
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.
|
||||||||||||||||
|
Definition at line 371 of file loadpcxc.cpp. References tn_file_buf_stream::seek(), tnstream::writeChar(), tnbufstream::writedata(), and tnstream::writing. |
|
||||||||||||
|
Definition at line 366 of file loadpcxc.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 277 of file loadpcxc.cpp. Referenced by execuseraction(), WholeMapRenderer::writePCX(), and writepcx(). |
1.4.2