liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_savetitle.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_SAVETITLE_H
10 #define LCF_RPG_SAVETITLE_H
11 
12 // Headers
13 #include <string>
14 
18 namespace RPG {
19  class SaveTitle {
20  public:
21  SaveTitle();
22 
23  double timestamp;
24  std::string hero_name;
26  int hero_hp;
27  std::string face1_name;
28  int face1_id;
29  std::string face2_name;
30  int face2_id;
31  std::string face3_name;
32  int face3_id;
33  std::string face4_name;
34  int face4_id;
35  };
36 }
37 
38 #endif
std::string hero_name
Definition: rpg_savetitle.h:24
std::string face1_name
Definition: rpg_savetitle.h:27
std::string face3_name
Definition: rpg_savetitle.h:31
Definition: rpg_actor.h:23
std::string face4_name
Definition: rpg_savetitle.h:33
std::string face2_name
Definition: rpg_savetitle.h:29