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