mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
9 lines
148 B
C++
9 lines
148 B
C++
#ifndef __RECOMP_DATA_H__
|
|
#define __RECOMP_DATA_H__
|
|
|
|
namespace recomp {
|
|
void init_extended_actor_data();
|
|
void reset_actor_data();
|
|
}
|
|
|
|
#endif
|