summaryrefslogtreecommitdiff
path: root/myreplaycontrol.h
blob: 85bc179ebea807ace329619eef81bb0005fe4d3c (plain)
1
2
3
4
5
6
7
8
9
class myReplayControl:public cReplayControl
{
 private:
   bool timesearchactive;
 public:
   myReplayControl();
   ~myReplayControl();
   eOSState ProcessKey(eKeys Key);
};