liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_equipment.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_equipment.h"
11 
16  weapon_id = 0;
17  shield_id = 0;
18  armor_id = 0;
19  helmet_id = 0;
20  accessory_id = 0;
21 }
int16_t weapon_id
Definition: rpg_equipment.h:23
int16_t armor_id
Definition: rpg_equipment.h:25
int16_t shield_id
Definition: rpg_equipment.h:24
int16_t helmet_id
Definition: rpg_equipment.h:26
int16_t accessory_id
Definition: rpg_equipment.h:27