liblcf
rpg_rect.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) 2021 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/rect.h"
14
15
namespace
lcf
{
16
namespace
rpg {
17
18
std::ostream&
operator<<
(std::ostream& os,
const
Rect& obj) {
19
os <<
"Rect{"
;
20
os <<
"l="
<< obj.l;
21
os <<
", t="
<< obj.t;
22
os <<
", r="
<< obj.r;
23
os <<
", b="
<< obj.b;
24
os <<
"}"
;
25
return
os;
26
}
27
28
}
// namespace rpg
29
}
// namespace lcf
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_rect.cpp
Generated on Thu Jan 20 2022 00:00:00 for liblcf by
1.9.1