Implement actor extension data and use it for transform tagging

This commit is contained in:
Mr-Wiseguy
2025-02-21 00:07:13 -05:00
parent cf38205f0b
commit 59fd5f5b42
12 changed files with 445 additions and 65 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef __RECOMP_DATA_H__
#define __RECOMP_DATA_H__
namespace recomp {
void init_extended_actor_data();
void reset_actor_data();
}
#endif