mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-05-24 06:50:47 -04:00
Genericize object extension to allow for multiple extension contexts (e.g. Props and ActorMarkers)
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
#define __RECOMP_DATA_H__
|
||||
|
||||
namespace recomputil {
|
||||
void init_extended_actor_data();
|
||||
void reset_actor_data();
|
||||
void init_extended_object_data(size_t num_types);
|
||||
void clear_all_object_data(size_t type_index);
|
||||
|
||||
void register_data_api_exports();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user