ManaPlus
navigationmanager.h
Go to the documentation of this file.
1 /*
2  * The ManaPlus Client
3  * Copyright (C) 2013-2019 The ManaPlus Developers
4  * Copyright (C) 2019-2021 Andrei Karas
5  *
6  * This file is part of The ManaPlus Client.
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20  */
21 
22 #ifndef NAVIGATIONMANAGER_H
23 #define NAVIGATIONMANAGER_H
24 
25 #include "localconsts.h"
26 
27 class Map;
28 class Resource;
29 
30 struct MetaTile;
31 
33 {
34  public:
36 
38 
40 
41 #ifndef DYECMD
42  static Resource *loadWalkLayer(const Map *const map);
43 #endif // DYECMD
44 
45  private:
46 #ifndef DYECMD
47  static bool findWalkableTile(int &x1, int &y1,
48  const int width,
49  const int height,
50  const MetaTile *const tiles,
51  const int *const data) A_NONNULL(5, 6);
52 
53  static void fillNum(int x, int y,
54  const int width,
55  const int height,
56  const int num,
57  const MetaTile *const tiles,
58  int *const data) A_NONNULL(6, 7);
59 #endif // DYECMD
60 };
61 
62 #endif // NAVIGATIONMANAGER_H
Definition: map.h:75
static bool findWalkableTile(int &x1, int &y1, const int width, const int height, const MetaTile *const tiles, const int *const data)
static void fillNum(int x, int y, const int width, const int height, const int num, const MetaTile *const tiles, int *const data)
static Resource * loadWalkLayer(const Map *const map)
#define A_NONNULL(...)
Definition: localconsts.h:168
#define final
Definition: localconsts.h:46
#define A_DELETE_COPY(func)
Definition: localconsts.h:53
uint32_t data