Rev 10 | Go to most recent revision | Details | Last modification | View Log | RSS feed
#include "point.hpp"
point::point(int x, int y)
{
X = x;
Y = y;
}