summaryrefslogtreecommitdiff
path: root/src/d/d_path.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2026-03-01 13:19:48 -0800
committerGitHub <noreply@github.com>2026-03-01 13:19:48 -0800
commit6e149819e13b1f70ecbf8a4c66b030c17ffed2bb (patch)
treec0891f81261457accd576ac633c1ceeff4206c67 /src/d/d_path.cpp
parent6a48380461bc9baabe1706ba57ca0cedfa2d0c51 (diff)
d_s_logo / d_s_play debug work, d_a_kago cleanup, misc cleanup (#3116)
* d_a_kago cleanup * d_s_logo wii/shield work * d_s_logo / d_s_play debug work * fix missing profile class sizeof's * fix phase->id values * build fixes * fix dCamera_c and camera profile
Diffstat (limited to 'src/d/d_path.cpp')
-rw-r--r--src/d/d_path.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/d/d_path.cpp b/src/d/d_path.cpp
index fb15758e06..a01cfdc8a6 100644
--- a/src/d/d_path.cpp
+++ b/src/d/d_path.cpp
@@ -111,3 +111,22 @@ u8 dPath_GetPolyRoomPathVec(cBgS_PolyInfo const& poly, cXyz* p_pathVec, int* par
return 1;
}
+
+#if VERSION == VERSION_SHIELD_DEBUG
+void dPath_Ct() {
+ #if DEBUG
+ #endif
+}
+
+void dPath_Dt() {
+ #if DEBUG
+ #endif
+}
+
+void dPath_Move() {}
+
+void dPath_Draw() {
+ #if DEBUG
+ #endif
+}
+#endif