mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-16 15:09:53 -04:00
Implement data structure mod APIs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user