summaryrefslogtreecommitdiff
path: root/include/d/d_jnt_col.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/d/d_jnt_col.h')
-rw-r--r--include/d/d_jnt_col.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/d/d_jnt_col.h b/include/d/d_jnt_col.h
index c239bf8a69..cc67b7104d 100644
--- a/include/d/d_jnt_col.h
+++ b/include/d/d_jnt_col.h
@@ -33,7 +33,7 @@ public:
void offPassNum(int num) { field_0xc &= ~(1 << num); }
bool checkShieldType(int i) { return getType(i) == 3; }
- s8 getType(int i) { return mData[i].mType; }
+ int getType(int i) { return mData[i].mType; }
int getJntNum(int i) { return (s16)mData[i].mJntNum; }
/* 0x00 */ const dJntColData_c* mData;
@@ -64,4 +64,9 @@ public:
};
+#if DEBUG
+void dJntCol_setDebugHIO();
+void dJntCol_deleteDebugHIO();
+#endif
+
#endif /* D_D_JNT_COL_H */