]> git.jsancho.org Git - lugaru.git/commitdiff
Remove Constants.h
authorAlexander Monakov <amonakov@gmail.com>
Mon, 3 Jan 2011 21:23:33 +0000 (00:23 +0300)
committerAlexander Monakov <amonakov@gmail.com>
Mon, 3 Jan 2011 21:23:33 +0000 (00:23 +0300)
CMakeLists.txt
Source/Constants.h [deleted file]
Source/Game.h
Source/Globals.cpp
Source/Models.h
Source/Person.h
Source/Skeleton.h
Source/Weapons.h

index 663e8a36cbde9dff5eceb64ea778d42b95c4e3bc..62dd78e2e939859294f2b18f526788da4d9ff3a0 100644 (file)
@@ -84,7 +84,6 @@ set(LUGARU_SRCS
 )
 
 set(LUGARU_H
-       ${SRCDIR}/Constants.h
        ${SRCDIR}/Frustum.h
        ${SRCDIR}/Account.h
        ${SRCDIR}/Game.h
diff --git a/Source/Constants.h b/Source/Constants.h
deleted file mode 100644 (file)
index 1b85155..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-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 _CONSTANTS_H_
-#define _CONSTANTS_H_
-
-// cat src/Constants.h | sed -e 's/#define/const int/' -e 's/ [0-9]*$/ =&;/'
-// chew on that --Jookia
-
-#endif
index 33e61c49fe547eb38eae8310f4d329505cbab4b1..7bc3e89f7d24bae2755d8676dc1823e2f7482a4d 100644 (file)
@@ -46,7 +46,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "Models.h"
 #include "Lights.h"
 #include "Person.h"
-#include "Constants.h"
 #include "Sprite.h"
 //#include <agl.h>
 #include "Text.h"
index 40880f727ac1771b35fbc2605d4ec0cb96a7f4b9..5bb763f1067baa7785228924bc89101266d6fa09 100644 (file)
@@ -35,7 +35,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "openal_wrapper.h"
 #include "Stereo.h"
 
-#include "Constants.h"
 #include "Animation.h"
 
 bool visibleloading = 0;
index 297b6e1a7f8a2eda1617dc571cc5441e4a4c522c..caad18ed653699c7b1c6436153dafe2ae99a6401 100644 (file)
@@ -32,7 +32,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include <string.h>
 #include <vector>
 
-#include "Constants.h"
 #include "Terrain.h"
 #include "binio.h"
 #include "Quaternions.h"
index 1eb92efe33d6e5a42e2f8db5b9b9a1384370a771..eed0a27490c1ae82db107f3092e88a463fe31785 100644 (file)
@@ -28,7 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "Quaternions.h"
 #include "Skeleton.h"
 #include "Models.h"
-#include "Constants.h"
 #include "Terrain.h"
 #include "Sprite.h"
 #include <cmath>
index 627ca42ca8b3b84129429a5198d25952a27a8d50..ca8ac30cf241037a5a072f54d7946a16412270cc 100644 (file)
@@ -24,7 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "Models.h"
 #include "Quaternions.h"
-#include "Constants.h"
 
 
 /**> HEADER FILES <**/
index bbe18049455c83621e75bbc2a7aa6a54a1dd84a1..c6f4560bf20cc28f70e7315b7ffdbaf88a1c38c8 100644 (file)
@@ -28,7 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "Quaternions.h"
 #include "Skeleton.h"
 #include "Models.h"
-#include "Constants.h"
 #include "Terrain.h"
 #include "Sprite.h"
 #include "Person.h"