mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2025-10-06 00:22:39 +02:00
12 lines
191 B
C++
12 lines
191 B
C++
#ifndef __RECOMP_DATA_H__
|
|
#define __RECOMP_DATA_H__
|
|
|
|
namespace recomputil {
|
|
void init_extended_actor_data();
|
|
void reset_actor_data();
|
|
|
|
void register_data_api_exports();
|
|
}
|
|
|
|
#endif
|