Masterctrl/Sources/MasterCtrl.h
Jean-François Martel 1326c974df First commit.
Project creation
2015-07-10 13:08:45 -04:00

11 lines
137 B
C++

#ifndef HOMESUPERVISOR_H
#define HOMESUPERVISOR_H
class CHomeSupervisor
{
public:
CHomeSupervisor();
};
#endif // HOMESUPERVISOR_H