Zelda64Recomp/include/recomp_data.h

10 lines
148 B
C
Raw Normal View History

#ifndef __RECOMP_DATA_H__
#define __RECOMP_DATA_H__
namespace recomp {
void init_extended_actor_data();
void reset_actor_data();
}
#endif