Crossfire Server, Trunk
|
#include "QuestWriter.h"
Go to the source code of this file.
Macros | |
#define | W(x, n) { if (quest->x) { stringbuffer_append_printf(buf, n "\n", quest->x); } } |
#define W | ( | x, | |
n | |||
) | { if (quest->x) { stringbuffer_append_printf(buf, n "\n", quest->x); } } |
Definition at line 15 of file QuestWriter.cpp.