#pragma once class Thing { public: Thing() { isSensor = false, isMotor = false; } bool isSensor; bool isMotor; };