summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorhev7 <143887945+hev7@users.noreply.github.com>2025-11-24 23:30:01 +0000
committerGitHub <noreply@github.com>2025-11-24 15:30:01 -0800
commitcd3d634133040864768d9cc7364b02ce1f22e99b (patch)
tree82b2f302127be3480e2829063ae60aa8cd2b8a1f /include
parentc4df6a577121f3bc0c8c63a4194a55a107def255 (diff)
Link npc_guard (#2859)
Diffstat (limited to 'include')
-rw-r--r--include/d/actor/d_a_npc_guard.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/d/actor/d_a_npc_guard.h b/include/d/actor/d_a_npc_guard.h
index 14f497f99a..9996215be2 100644
--- a/include/d/actor/d_a_npc_guard.h
+++ b/include/d/actor/d_a_npc_guard.h
@@ -44,13 +44,13 @@ public:
/* 809F0A50 */ void initEscape();
/* 809F0B20 */ void executeEscape();
/* 809F0DD4 */ void setAngle();
- /* 809F0DE0 */ void setSpeed(f32, f32, f32*, int);
+ /* 809F0DE0 */ inline void setSpeed(f32, f32, f32*, int);
/* 809F0ED4 */ void pathMoveF();
/* 809F12F0 */ int create();
- /* 809F14CC */ void create_init();
- /* 809F17D0 */ void setMtx();
- /* 809F1878 */ void lookat();
- /* 809F1F74 */ virtual ~daNpcGuard_c();
+ /* 809F14CC */ inline void create_init();
+ /* 809F17D0 */ inline void setMtx();
+ /* 809F1878 */ inline void lookat();
+ /* 809F1F74 */ inline virtual ~daNpcGuard_c();
/* 809F2044 */ int execute();
inline int createHeap();