X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FEntity.h;h=e59f4fd02079479a77f4672df1aa62866115c26e;hb=f32a9b7c8eab3536ad354f85ee65c41d5b5da006;hp=b5b268dbb549afe8fd8b35f3675b1a78f3fc8346;hpb=2c18685d7e87c72562bdbeb01b7372748d9927a3;p=physics.git diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h index b5b268d..e59f4fd 100644 --- a/src/Entities/Entity.h +++ b/src/Entities/Entity.h @@ -1,9 +1,28 @@ +/* + * 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 ENTITY_H #define ENTITY_H -#include "../Vector2.h" +#include + /// ***** Header Class ***** + class Entity { protected: