summaryrefslogtreecommitdiff
path: root/include/Player/PlayerControl.hpp
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/Player/PlayerControl.hpp
parent311b9243e1fa2ee7ff4992bb7465ef3292f85a7d (diff)
Document math functions
Diffstat (limited to 'include/Player/PlayerControl.hpp')
-rw-r--r--include/Player/PlayerControl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Player/PlayerControl.hpp b/include/Player/PlayerControl.hpp
index 0e0da8ae..de0da848 100644
--- a/include/Player/PlayerControl.hpp
+++ b/include/Player/PlayerControl.hpp
@@ -1,7 +1,7 @@
#pragma once
#include "global.h"
-#include "lib/math.h"
+#include "nds/math.h"
#include "types.h"
#include "Actor/Actor.hpp"