Horizon Official Technical Documentation
MapDefinitions.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 *
11 * Copyright (c) 2019 Sagun K. (sagunxp@gmail.com).
12 * Copyright (c) 2019 Horizon Dev Team.
13 *
14 * Base Author - Sagun K. (sagunxp@gmail.com)
15 *
16 * This library is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation, either version 3 of the License, or
19 * (at your option) any later version.
20 *
21 * This library is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
25 *
26 * You should have received a copy of the GNU General Public License
27 * along with this library. If not, see <http://www.gnu.org/licenses/>.
28 **************************************************/
29
30#ifndef HORIZON_ZONE_GAME_MAP_DEFINITIONS_HPP
31#define HORIZON_ZONE_GAME_MAP_DEFINITIONS_HPP
32
33enum map_cell_types : int8_t
34{
42
50};
51
52#endif /* HORIZON_ZONE_GAME_MAP_DEFINITIONS_HPP */
map_cell_types
Definition: MapDefinitions.hpp:34
@ CELL_NO_VENDING
Definition: MapDefinitions.hpp:46
@ CELL_BASILICA
Definition: MapDefinitions.hpp:44
@ CELL_NONWALKABLE_GROUND
Definition: MapDefinitions.hpp:36
@ CELL_LAND_PROTECTOR
Definition: MapDefinitions.hpp:45
@ CELL_WALKABLE_SHOOTABLE_2
Definition: MapDefinitions.hpp:37
@ CELL_CLIFF_ONLY_SHOOTABLE_5
Definition: MapDefinitions.hpp:40
@ CELL_WALKABLE_SHOOTABLE_GROUND_0
Definition: MapDefinitions.hpp:35
@ CELL_HAS_NPC
Definition: MapDefinitions.hpp:43
@ CELL_WALKABLE_SHOOTABLE_6
Definition: MapDefinitions.hpp:41
@ CELL_ICE_WALL
Definition: MapDefinitions.hpp:48
@ CELL_WALKABLE_SHOOTABLE_4
Definition: MapDefinitions.hpp:39
@ CELL_NO_CHAT
Definition: MapDefinitions.hpp:47
@ CELL_NO_ICE_WALL
Definition: MapDefinitions.hpp:49
@ CELL_WALKABLE_SHOOTABLE_WATER
Definition: MapDefinitions.hpp:38