liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_savescreen.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_SAVESCREEN_H
10 #define LCF_RPG_SAVESCREEN_H
11 
15 namespace RPG {
16  class SaveScreen {
17  public:
18  SaveScreen();
19  void Fixup();
20 
31  int flash_red;
42  int pan_x;
43  int pan_y;
49  int weather;
51  };
52 }
53 
54 #endif
double tint_current_red
double flash_current_level
double tint_current_sat
double tint_current_blue
double tint_current_green
Definition: rpg_actor.h:23