XF Test Bench 3.3
evrestart.h
1#ifndef EVRESTART_H
2#define EVRESTART_H
3
4
5#include "xf/customevent.h"
6#include "eventids.h"
7
8
12class evRestart : public XFCustomEvent
13{
14public:
15 evRestart();
16 ~evRestart() override;
17};
18
19#endif // EVRESTART_H
Definition: evrestart.h:13