Crossfire Server, Trunk
QuestWriter.h
Go to the documentation of this file.
1
/*
2
* Crossfire -- cooperative multi-player graphical RPG and adventure game
3
*
4
* Copyright (c) 2021 the Crossfire Development Team
5
*
6
* Crossfire is free software and comes with ABSOLUTELY NO WARRANTY. You are
7
* welcome to redistribute it under certain conditions. For details, please
8
* see COPYING and LICENSE.
9
*
10
* The authors can be reached via e-mail at <crossfire@metalforge.org>.
11
*/
12
13
#ifndef QUESTWRITER_H
14
#define QUESTWRITER_H
15
16
#include "
AssetWriter.h
"
17
#include "
quest.h
"
18
19
class
QuestWriter
:
public
AssetWriter
<quest_definition> {
20
public
:
21
virtual
void
write
(
const
quest_definition
*
quest
,
StringBuffer
*
buf
);
22
};
23
24
#endif
/* QUESTWRITER_H */
AssetWriter.h
buf
StringBuffer * buf
Definition:
readable.cpp:1565
quest
Definition:
quest.py:1
QuestWriter
Definition:
QuestWriter.h:19
StringBuffer
Definition:
stringbuffer.cpp:25
quest.h
QuestWriter::write
virtual void write(const quest_definition *quest, StringBuffer *buf)
Definition:
QuestWriter.cpp:17
quest_definition
Definition:
quest.h:37
AssetWriter
Definition:
AssetWriter.h:22
crossfire-crossfire-server
include
QuestWriter.h
Generated by
1.8.17