liblcf
Loading...
Searching...
No Matches
rpg_saveeasyrpgdata.cpp
Go to the documentation of this file.
1
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
2
* --------------------------------------
3
*
4
* This file is part of liblcf. Copyright (c) liblcf authors.
5
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
6
*
7
* liblcf is Free/Libre Open Source Software, released under the MIT License.
8
* For the full copyright and license information, please view the COPYING
9
* file that was distributed with this source code.
10
*/
11
12
// Headers
13
#include "lcf/rpg/saveeasyrpgdata.h"
14
15
namespace
lcf
{
16
namespace
rpg
{
17
18
std::ostream&
operator<<
(std::ostream& os,
const
SaveEasyRpgData& obj) {
19
os <<
"SaveEasyRpgData{"
;
20
os <<
"version="
<< obj.version;
21
os <<
", codepage="
<< obj.codepage;
22
os <<
", windows="
;
23
for
(
size_t
i = 0; i < obj.windows.size(); ++i) {
24
os << (i == 0 ?
"["
:
", "
) << obj.windows[i];
25
}
26
os <<
"]"
;
27
os <<
"}"
;
28
return
os;
29
}
30
31
}
// namespace rpg
32
}
// namespace lcf
lcf::rpg
Definition
rpg_actor.cpp:16
lcf::rpg::operator<<
std::ostream & operator<<(std::ostream &os, const Actor &obj)
Definition
rpg_actor.cpp:18
lcf
Definition
dbarray.cpp:13
src
generated
rpg_saveeasyrpgdata.cpp
Generated on
for liblcf by
1.14.0