Crossfire Server, Trunk
FormulaeWriter.h
Go to the documentation of this file.
1
/*
2
* Crossfire -- cooperative multi-player graphical RPG and adventure game
3
*
4
* Copyright (c) 2020-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 FORMULAEWRITER_H
14
#define FORMULAEWRITER_H
15
16
extern
"C"
{
17
#include "
global.h
"
18
}
19
20
#include "
AssetWriter.h
"
21
22
class
FormulaeWriter
:
public
AssetWriter
<recipelist> {
23
public
:
24
virtual
void
write
(
const
recipelist
*
list
,
StringBuffer
*
buf
);
25
};
26
27
#endif
/* FORMULAEWRITER_H */
28
global.h
AssetWriter.h
guildoracle.list
list
Definition:
guildoracle.py:87
FormulaeWriter::write
virtual void write(const recipelist *list, StringBuffer *buf)
Definition:
FormulaeWriter.cpp:52
recipeliststruct
Definition:
recipe.h:37
StringBuffer
Definition:
stringbuffer.c:25
FormulaeWriter
Definition:
FormulaeWriter.h:22
buf
StringBuffer * buf
Definition:
readable.c:1610
AssetWriter
Definition:
AssetWriter.h:24
crossfire-crossfire-server
include
FormulaeWriter.h
Generated by
1.8.17