Crossfire Server, Trunk
QuestWriter.cpp File Reference
#include "QuestWriter.h"
+ Include dependency graph for QuestWriter.cpp:

Go to the source code of this file.

Macros

#define W(x, n)   { if (quest->x) { stringbuffer_append_printf(buf, n "\n", quest->x); } }
 

Macro Definition Documentation

◆ W

#define W (   x,
 
)    { if (quest->x) { stringbuffer_append_printf(buf, n "\n", quest->x); } }

Definition at line 15 of file QuestWriter.cpp.