X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=cbd70906449774cd5e7b5b5fa9b6ea72a18290da;hb=9e1a507cf6f084fa2118905cc8cdc854c64ae64b;hp=65f6887d23b0249492e2183c91ecfff545b980e3;hpb=3072bdf1c895eb3a56c438ab5ecd2c471960b171;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index 65f6887..cbd7090 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -1,3 +1,24 @@ +/* +Copyright (C) 2003, 2010 - Wolfire Games + +This file is part of Lugaru. + +Lugaru 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 2 +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #ifndef _GAME_H_ #define _GAME_H_ @@ -30,7 +51,7 @@ #include "Terrain.h" #include "Skybox.h" #include "Skeleton.h" -#include "Models.h" +#include "Models.h" #include "Lights.h" #include "Person.h" #include "Constants.h" @@ -47,7 +68,7 @@ extern GLuint rabbittexture; -class Game +class Game { public: @@ -258,7 +279,7 @@ public: int musicselected; int change; Game(); - ~Game() { + ~Game() { for(int i=0;i<10;i++){ if(Mainmenuitems[i])glDeleteTextures( 1, &Mainmenuitems[i] ); }