#pragma once #include "Item.h" namespace MbD { class Joint : public Item { }; }