mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-03-05 03:05:23 +01:00
10 lines
148 B
C
10 lines
148 B
C
![]() |
#ifndef __RECOMP_DATA_H__
|
||
|
#define __RECOMP_DATA_H__
|
||
|
|
||
|
namespace recomp {
|
||
|
void init_extended_actor_data();
|
||
|
void reset_actor_data();
|
||
|
}
|
||
|
|
||
|
#endif
|