liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_savepicture.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_savepicture.h"
11 
16  ID = 0;
17  name = "";
18  start_x = 0.0;
19  start_y = 0.0;
20  current_x = 0.0;
21  current_y = 0.0;
22  fixed_to_map = false;
23  current_magnify = -1.0;
24  current_top_trans = 0.0;
25  transparency = false;
26  current_red = -1.0;
27  current_green = -1.0;
28  current_blue = -1.0;
29  current_sat = -1.0;
30  effect_mode = 0;
31  effect_speed = 0.0;
32  current_bot_trans = 0.0;
33  finish_x = 0.0;
34  finish_y = 0.0;
35  finish_magnify = 100;
36  finish_top_trans = 0;
37  finish_bot_trans = 0;
38  finish_red = 100;
39  finish_green = 100;
40  finish_blue = 100;
41  finish_sat = 100;
42  effect2_speed = 0;
43  time_left = 0;
44  current_rotation = 0.0;
45  current_waver = 0;
46 }
std::string name