summaryrefslogtreecommitdiff
path: root/include/d/d_npc_lib.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2023-09-07 21:22:55 -0700
committerGitHub <noreply@github.com>2023-09-07 21:22:55 -0700
commit6deaa22a19c725fa62ee4db8eb6ec5a07e60b22f (patch)
tree3f39d25656c0b19fc4d521f6b30d942e5df1fc24 /include/d/d_npc_lib.h
parent3dd1963a59c4cf80c0348f10532d2ce445dec7de (diff)
d_a_npc / d_a_tag_mhint / d_a_grass work (#1916)
* some npc work / cleanup * tag_mhint / grass work * fix path / remove asm
Diffstat (limited to 'include/d/d_npc_lib.h')
-rw-r--r--include/d/d_npc_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/d/d_npc_lib.h b/include/d/d_npc_lib.h
index f01ada8b9f..c815e46dfb 100644
--- a/include/d/d_npc_lib.h
+++ b/include/d/d_npc_lib.h
@@ -4,7 +4,8 @@
#include "d/com/d_com_inf_game.h"
#include "dolphin/types.h"
-struct dNpcLib_lookat_c {
+class dNpcLib_lookat_c {
+public:
/* 80251314 */ dNpcLib_lookat_c();
/* 8025140C */ void init(J3DModel*, int*, csXyz*, csXyz*);
/* 80251534 */ void action(cXyz, cXyz, fopAc_ac_c*, f32 (*)[4], int);