summaryrefslogtreecommitdiff
path: root/include/d/a/obj
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2025-11-28 18:21:00 -0500
committerelijah-thomas774 <elijahthomas774@gmail.com>2025-11-28 18:21:00 -0500
commitceebb6f9c0a50429aacfd3f170918acd0a1914e2 (patch)
tree0d406fb52f5c444db6755b11dd7218c0ef78db41 /include/d/a/obj
parent0f40431da7a55cc3d3cded8b0ec0f91f03d0c5dd (diff)
d_t_barrel linked
Diffstat (limited to 'include/d/a/obj')
-rw-r--r--include/d/a/obj/d_a_obj_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/d/a/obj/d_a_obj_base.h b/include/d/a/obj/d_a_obj_base.h
index 039def40..1faa9589 100644
--- a/include/d/a/obj/d_a_obj_base.h
+++ b/include/d/a/obj/d_a_obj_base.h
@@ -264,4 +264,6 @@ public:
/* 0x14 */ u8 _14[0x2C - 0x14];
};
+typedef dAcRef_c<dAcObjBase_c> dAcObjRef_c;
+
#endif