liblcf
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
rpg_eventcommand.h
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
#ifndef LCF_RPG_EVENTCOMMAND_H
10
#define LCF_RPG_EVENTCOMMAND_H
11
12
// Headers
13
#include <string>
14
#include <vector>
15
19
namespace
RPG
{
20
class
EventCommand
{
21
public
:
22
EventCommand
();
23
24
int
code
;
25
int
indent
;
26
std::string
string
;
27
std::vector<int>
parameters
;
28
};
29
}
30
31
#endif
RPG::EventCommand::indent
int indent
Definition:
rpg_eventcommand.h:25
RPG::EventCommand::string
std::string string
Definition:
rpg_eventcommand.h:26
RPG::EventCommand::code
int code
Definition:
rpg_eventcommand.h:24
RPG::EventCommand::parameters
std::vector< int > parameters
Definition:
rpg_eventcommand.h:27
RPG::EventCommand::EventCommand
EventCommand()
Definition:
rpg_eventcommand.cpp:15
RPG
Definition:
rpg_actor.h:23
RPG::EventCommand
Definition:
rpg_eventcommand.h:20
src
generated
rpg_eventcommand.h
Generated on Tue Dec 2 2014 20:12:11 for liblcf by
1.8.8