![]() |
Crossfire Server, Trunk
1.75.0
|
#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); } } |
| #define W | ( | x, | |
| n | |||
| ) | { if (quest->x) { stringbuffer_append_printf(buf, n "\n", quest->x); } } |
Definition at line 15 of file QuestWriter.cpp.