Implement data structure mod APIs

This commit is contained in:
Mr-Wiseguy
2025-04-03 02:35:59 -04:00
parent cdde3d47bb
commit d2c8429100
9 changed files with 736 additions and 10 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
#ifndef __RECOMP_DATA_H__
#define __RECOMP_DATA_H__
namespace recomp {
namespace recomputil {
void init_extended_actor_data();
void reset_actor_data();
void register_data_api_exports();
}
#endif