#ifndef SPACE_POS_H #define SPACE_POS_H #include class pos : public nsGraphics::Vec2D { public: bool isColliding(pos& p, unsigned rx, unsigned ry); }; #endif //SPACE_POS_H