summaryrefslogtreecommitdiff
path: root/src/navigationmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/navigationmanager.h')
-rw-r--r--src/navigationmanager.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/navigationmanager.h b/src/navigationmanager.h
index b009f340e..16b8b9fae 100644
--- a/src/navigationmanager.h
+++ b/src/navigationmanager.h
@@ -43,14 +43,17 @@ class NavigationManager final
private:
static bool findWalkableTile(int &x1, int &y1,
- const int width, const int height,
+ const int width,
+ const int height,
const MetaTile *const tiles,
- const int *const data);
+ const int *const data) A_NONNULL(5, 6);
static void fillNum(int x, int y,
- const int width, const int height,
- const int num, const MetaTile *const tiles,
- int *const data);
+ const int width,
+ const int height,
+ const int num,
+ const MetaTile *const tiles,
+ int *const data) A_NONNULL(6, 7);
};
#endif // NAVIGATIONMANAGER_H