blob: 62c40c3de183e4224cbcd7e278cc990d26942bbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* 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_
|