SuperSpaceInvaderTurboApoca.../headers/pos.h
2021-12-16 15:23:56 +01:00

12 lines
191 B
C++

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