#ifndef location_h #define location_h class Location { public: int x; int y; }; #endif