#pragma once #include "Object.h" class ConsumableObject : public Object { using Object::Object; };