You've already forked DNZHRecomp
mirror of
https://github.com/izzy2lost/DNZHRecomp.git
synced 2026-03-10 11:36:25 -07:00
12 lines
194 B
C++
12 lines
194 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
|