liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_start.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 "rpg_start.h"
11 
16  party_map_id = 0;
17  party_x = 0;
18  party_y = 0;
19  boat_map_id = 0;
20  boat_x = 0;
21  boat_y = 0;
22  ship_map_id = 0;
23  ship_x = 0;
24  ship_y = 0;
25  airship_map_id = 0;
26  airship_x = 0;
27  airship_y = 0;
28 }
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
int airship_x
Definition: rpg_start.h:30
int ship_map_id
Definition: rpg_start.h:26