Horizon Official Technical Documentation
Database.hpp
Go to the documentation of this file.
1/***************************************************
2 * _ _ _ *
3 * | | | | (_) *
4 * | |_| | ___ _ __ _ _______ _ __ *
5 * | _ |/ _ \| '__| |_ / _ \| '_ \ *
6 * | | | | (_) | | | |/ / (_) | | | | *
7 * \_| |_/\___/|_| |_/___\___/|_| |_| *
8 ***************************************************
9 * This file is part of Horizon (c).
10 * Copyright (c) 2019 Sagun K. (sagunxp@gmail.com).
11 * Copyright (c) 2019 Horizon Dev Team.
12 *
13 * Base Author - Sagun K. (sagunxp@gmail.com)
14 *
15 * This library is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation, either version 3 of the License, or
18 * (at your option) any later version.
19 *
20 * This library is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
24 *
25 * You should have received a copy of the GNU General Public License
26 * along with this library. If not, see <http://www.gnu.org/licenses/>.
27 **************************************************/
28
29#ifndef HORIZON_COMMON_CONFIGURATION_DATABASE_HPP
30#define HORIZON_COMMON_CONFIGURATION_DATABASE_HPP
31
33{
37};
38
40{
43};
44
46{
49};
50
52{
57};
58
59#endif
game_account_state_type
Definition: Database.hpp:40
@ ACCOUNT_STATE_BANNED
Definition: Database.hpp:42
@ ACCOUNT_STATE_NONE
Definition: Database.hpp:41
game_account_gender_type
Definition: Database.hpp:33
@ ACCOUNT_GENDER_MALE
Definition: Database.hpp:34
@ ACCOUNT_GENDER_NONE
Definition: Database.hpp:36
@ ACCOUNT_GENDER_FEMALE
Definition: Database.hpp:35
character_save_mask
Definition: Database.hpp:52
@ CHAR_SAVE_BASE_DATA
Definition: Database.hpp:53
@ CHAR_SAVE_INVENTORY_DATA
Definition: Database.hpp:55
@ CHAR_SAVE_ALL
Definition: Database.hpp:56
@ CHAR_SAVE_STATUS_DATA
Definition: Database.hpp:54
character_gender_type
Definition: Database.hpp:46
@ CHARACTER_GENDER_MALE
Definition: Database.hpp:48
@ CHARACTER_GENDER_FEMALE
Definition: Database.hpp:47