liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_start.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_START_H
10 #define LCF_RPG_START_H
11 
15 namespace RPG {
16  class Start {
17  public:
18  Start();
19 
21  int party_x;
22  int party_y;
24  int boat_x;
25  int boat_y;
27  int ship_x;
28  int ship_y;
30  int airship_x;
31  int airship_y;
32  };
33 }
34 
35 #endif
int airship_y
Definition: rpg_start.h:31
int ship_y
Definition: rpg_start.h:28
int boat_map_id
Definition: rpg_start.h:23
int party_x
Definition: rpg_start.h:21
int ship_x
Definition: rpg_start.h:27
int airship_map_id
Definition: rpg_start.h:29
int party_map_id
Definition: rpg_start.h:20
int boat_y
Definition: rpg_start.h:25
int party_y
Definition: rpg_start.h:22
int boat_x
Definition: rpg_start.h:24
Definition: rpg_actor.h:23
int airship_x
Definition: rpg_start.h:30
int ship_map_id
Definition: rpg_start.h:26