liblcf
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
lmu_event.cpp
Go to the documentation of this file.
1
/* !!!! GENERATED FILE - DO NOT EDIT !!!! */
2
3
/*
4
* Copyright (c) 2014 liblcf authors
5
* This file is released under the MIT License
6
* http://opensource.org/licenses/MIT
7
*/
8
9
// Headers
10
#include "
lmu_reader.h
"
11
#include "
lmu_chunks.h
"
12
#include "
reader_struct.h
"
13
14
// Read Event.
15
16
#define LCF_CHUNK_SUFFIX LMU_Reader
17
#define LCF_CURRENT_STRUCT Event
18
19
LCF_STRUCT_FIELDS_BEGIN
()
20
LCF_STRUCT_TYPED_FIELD
(
std
::
string
, name),
21
LCF_STRUCT_TYPED_FIELD
(
int
, x),
22
LCF_STRUCT_TYPED_FIELD
(
int
, y),
23
LCF_STRUCT_TYPED_FIELD
(
std
::vector<
RPG
::EventPage>, pages),
24
LCF_STRUCT_FIELDS_END
()
25
26
#undef LCF_CURRENT_STRUCT
27
#undef LCF_CHUNK_SUFFIX
lmu_chunks.h
reader_struct.h
std
STL namespace.
LCF_STRUCT_FIELDS_BEGIN
#define LCF_STRUCT_FIELDS_BEGIN()
Definition:
reader_struct.h:705
RPG
Definition:
rpg_actor.h:23
LCF_STRUCT_TYPED_FIELD
LCF_STRUCT_TYPED_FIELD(std::string, name)
LCF_STRUCT_FIELDS_END
#define LCF_STRUCT_FIELDS_END()
Definition:
reader_struct.h:711
lmu_reader.h
src
generated
lmu_event.cpp
Generated on Tue Dec 2 2014 20:12:11 for liblcf by
1.8.8