#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