Crossfire Server, Trunk
|
#include <AnimationWriter.h>
Public Member Functions | |
virtual void | write (const Animations *anim, StringBuffer *buf) |
Public Member Functions inherited from AssetWriter< Animations > | |
virtual | ~AssetWriter () |
Definition at line 19 of file AnimationWriter.h.
|
virtual |
Write the specified asset to the StringBuffer.
asset | asset to write. |
buf | where to write. |
Implements AssetWriter< Animations >.
Definition at line 15 of file AnimationWriter.cpp.
References animate::anim, buf, stringbuffer_append_printf(), and stringbuffer_append_string().