#pragma once class Shield { public: Shield(int x, int y); private: int x; int y; };