mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-05-24 15:01:02 -04: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
|