/* * PARSEC HEADER: e_replay.h */ #ifndef _E_REPLAY_H_ #define _E_REPLAY_H_ // external functions void REPLAY_StopAutomaticActions(); void REPLAY_PerformAutomaticActions(); #endif // _E_REPLAY_H_