liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_saveinventory.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_saveinventory.h"
11 
16  party_size = -1;
17  items_size = -1;
18  gold = 0;
19  timer1_secs = 0;
20  timer1_active = false;
21  timer1_visible = false;
22  timer1_battle = false;
23  timer2_secs = 0;
24  timer2_active = false;
25  timer2_visible = false;
26  timer2_battle = false;
27  battles = 0;
28  defeats = 0;
29  escapes = 0;
30  victories = 0;
31  unknown_29_turns = 0;
32  steps = 0;
33 }