Crossfire Server  1.75.0
QuestWriter.cpp File Reference
#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); } }
 

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.

Referenced by QuestWriter::write().