mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-07-26 22:31:41 -04:00
Implement actor extension data
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef __RECOMP_DATA_H__
|
||||
#define __RECOMP_DATA_H__
|
||||
|
||||
namespace recomp {
|
||||
void init_extended_actor_data();
|
||||
void reset_actor_data();
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user