#pragma once #include "Thing.h" class Sensor : public Thing { public: Sensor(); bool isDistanceSensor = false; };