diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-10 16:11:54 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-10 16:11:54 -0400 |
| commit | 928ff4f07be62d7f46abecfa2956a8308217d202 (patch) | |
| tree | 425f7e4b3828260b22969e41fb760823088cbe4b /include | |
| parent | 70b8a14aa49c80a4477a2f841e5eeb195dfca8d0 (diff) | |
Add fopAcM_RegisterCreateID/fopAcM_RegisterDeleteID macros from TP decomp
Diffstat (limited to 'include')
| -rw-r--r-- | include/f_op/f_op_actor_mng.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/f_op/f_op_actor_mng.h b/include/f_op/f_op_actor_mng.h index 8df4ccf8..e54d703a 100644 --- a/include/f_op/f_op_actor_mng.h +++ b/include/f_op/f_op_actor_mng.h @@ -29,6 +29,12 @@ #define fopAcM_ct_Retail fopAcM_ct #endif +#define fopAcM_RegisterDeleteID(i_this) \ + fopAcM_GetID(i_this) + +#define fopAcM_RegisterCreateID(i_this) \ + fopAcM_GetID(i_this) + class J3DModelData; class daItem_c; |
