summaryrefslogtreecommitdiff
path: root/include/Map
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-01-18 15:50:03 +0100
committerAetias <aetias@outlook.com>2025-01-18 15:50:03 +0100
commitfe4c283ba249c5c676b75542c83dfbb829c768b3 (patch)
tree40aa253e419330dc3bbfb5300f95dbf97cbe7b81 /include/Map
parent311b9243e1fa2ee7ff4992bb7465ef3292f85a7d (diff)
Document math functions
Diffstat (limited to 'include/Map')
-rw-r--r--include/Map/CameraViewpoint.hpp2
-rw-r--r--include/Map/Entrance.hpp2
-rw-r--r--include/Map/MapBase.hpp2
-rw-r--r--include/Map/MapData.hpp2
-rw-r--r--include/Map/MapManager.hpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/include/Map/CameraViewpoint.hpp b/include/Map/CameraViewpoint.hpp
index c952078b..924ef379 100644
--- a/include/Map/CameraViewpoint.hpp
+++ b/include/Map/CameraViewpoint.hpp
@@ -3,7 +3,7 @@
#include "global.h"
#include "types.h"
-#include "lib/math.h"
+#include "nds/math.h"
#include "System/SysNew.hpp"
diff --git a/include/Map/Entrance.hpp b/include/Map/Entrance.hpp
index d9bea6ef..8d7d6a29 100644
--- a/include/Map/Entrance.hpp
+++ b/include/Map/Entrance.hpp
@@ -3,7 +3,7 @@
#include "global.h"
#include "types.h"
-#include "lib/math.h"
+#include "nds/math.h"
#include "System/SysNew.hpp"
diff --git a/include/Map/MapBase.hpp b/include/Map/MapBase.hpp
index f9d08cac..f85c782e 100644
--- a/include/Map/MapBase.hpp
+++ b/include/Map/MapBase.hpp
@@ -5,7 +5,7 @@
#include "global.h"
#include "types.h"
-#include "lib/math.h"
+#include "nds/math.h"
#include "Map/CameraViewpoint.hpp"
#include "Map/Course.hpp"
diff --git a/include/Map/MapData.hpp b/include/Map/MapData.hpp
index be4b691f..295e2309 100644
--- a/include/Map/MapData.hpp
+++ b/include/Map/MapData.hpp
@@ -3,7 +3,7 @@
#include "global.h"
#include "types.h"
-#include "lib/math.h"
+#include "nds/math.h"
#include "System/SysNew.hpp"
diff --git a/include/Map/MapManager.hpp b/include/Map/MapManager.hpp
index ff3397b9..b346a4d0 100644
--- a/include/Map/MapManager.hpp
+++ b/include/Map/MapManager.hpp
@@ -3,7 +3,7 @@
#include "global.h"
#include "types.h"
-#include "lib/math.h"
+#include "nds/math.h"
#include "Map/Course.hpp"
#include "Map/MapBase.hpp"