![]() |
Crossfire Server, Trunk
1.75.0
|
#include <TreasureWriter.h>
Public Member Functions | |
virtual void | write (const treasurelist *list, 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 TreasureWriter.h.
|
virtual |
Write the specified asset to the StringBuffer.
asset | asset to write. |
buf | where to write. |
Implements AssetWriter< treasurelist >.
Definition at line 52 of file TreasureWriter.cpp.
References buf, list, stringbuffer_append_string(), and writeItem().