X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2FGameStates%2FCreatingPolygon.h;h=a1aa1c6c27af6e7c1a75ffb96a3d959da70f3169;hb=HEAD;hp=f27f7217afaaca10d7e3d04d3c4395dd7c053d6f;hpb=ad9f1fb6bdfc51df61a7fb52d607ca0c0bceca4c;p=physics.git diff --git a/src/GameStates/CreatingPolygon.h b/src/GameStates/CreatingPolygon.h index f27f721..a1aa1c6 100644 --- a/src/GameStates/CreatingPolygon.h +++ b/src/GameStates/CreatingPolygon.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 CREATINGPOLYGON_H #define CREATINGPOLYGON_H #include "GameState.h" + /// ***** Header Class ***** + class CreatingPolygon : public GameState { public: