![]() |
Crossfire Server, Trunk
1.75.0
|
#include <FaceWriter.h>
Public Member Functions | |
virtual void | write (const Face *face, StringBuffer *buf) |
Write the specified asset to the StringBuffer. More... | |
![]() | |
virtual | ~AssetWriter () |
Destructor in case inherited classes need it. More... | |
Definition at line 19 of file FaceWriter.h.
|
virtual |
Write the specified asset to the StringBuffer.
asset | asset to write. |
buf | where to write. |
Implements AssetWriter< Face >.
Definition at line 15 of file FaceWriter.cpp.
References buf, face(), FACE_FLOOR, get_colorname(), treasurelist::name, stringbuffer_append_printf(), and stringbuffer_append_string().