Masterctrl/Sources/MasterCtrl.h
Jean-François Martel a955ae9ea8 Dev...
2015-08-14 07:50:51 -04:00

18 lines
253 B
C++

#ifndef MASTERCTRL_H
#define MASTERCTRL_H
#include "GlobalDefine.h"
#include "DeadboltDevice.h"
class CMasterCtrl
{
public:
CMasterCtrl();
~CMasterCtrl();
void Start(void);
CDeadboltDevice *mDeadBoltDevice;
};
#endif // MASTERCTRL_H