mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-08-18 13:53:15 -04:00
Implement actor extension data and use it for transform tagging
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