X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FPoint.h;h=3845e5a253f570f3f9c67e566b9e1b542105fa5d;hb=f32a9b7c8eab3536ad354f85ee65c41d5b5da006;hp=27812b259837868eb84e75ba48a0a395d630e4f4;hpb=617dcc71d9a71663f63fb56ffac2505b45bf91b9;p=physics.git diff --git a/src/Entities/Point.h b/src/Entities/Point.h index 27812b2..3845e5a 100644 --- a/src/Entities/Point.h +++ b/src/Entities/Point.h @@ -1,8 +1,26 @@ +/* + * Copyright (C) 2008 Patrik Gornicz, Gornicz_P (at) hotmail (dot) com. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #ifndef POINT_H #define POINT_H +#include + #include "Particle.h" -#include "../Vector2.h" /// ***** Header Class *****