Implement actor extension data

This commit is contained in:
Mr-Wiseguy
2025-02-19 03:26:37 -05:00
parent 2003f1babd
commit 4138612324
12 changed files with 691 additions and 39 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