mirror of
https://github.com/izzy2lost/BanjoRecomp.git
synced 2026-06-19 01:16:11 -07: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
|