summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-03 12:02:41 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-03 12:02:41 +0000
commitf0d969eba1840362daad9debc93907c270b22ea5 (patch)
tree68755dccdc26ea57e38782d35782c7f7421801e9
parentc2f5092d183184370b62c8003759a5093df39aba (diff)
downloadmanaserv-f0d969eba1840362daad9debc93907c270b22ea5.tar.gz
manaserv-f0d969eba1840362daad9debc93907c270b22ea5.tar.bz2
manaserv-f0d969eba1840362daad9debc93907c270b22ea5.tar.xz
manaserv-f0d969eba1840362daad9debc93907c270b22ea5.zip
Enable the Id keyword.
-rw-r--r--src/game-server/collisiondetection.cpp2
-rw-r--r--src/game-server/collisiondetection.hpp2
-rw-r--r--src/utils/mathutils.cpp2
-rw-r--r--src/utils/mathutils.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/game-server/collisiondetection.cpp b/src/game-server/collisiondetection.cpp
index e40a556d..7f0817ca 100644
--- a/src/game-server/collisiondetection.cpp
+++ b/src/game-server/collisiondetection.cpp
@@ -17,7 +17,7 @@
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: $
+ * $Id$
*/
#include "collisiondetection.hpp"
diff --git a/src/game-server/collisiondetection.hpp b/src/game-server/collisiondetection.hpp
index 82169db0..95c77d4b 100644
--- a/src/game-server/collisiondetection.hpp
+++ b/src/game-server/collisiondetection.hpp
@@ -17,7 +17,7 @@
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: $
+ * $Id$
*/
#ifndef _TMW_COLLISIONDETECTION_H
diff --git a/src/utils/mathutils.cpp b/src/utils/mathutils.cpp
index 59e35a22..3257345c 100644
--- a/src/utils/mathutils.cpp
+++ b/src/utils/mathutils.cpp
@@ -17,7 +17,7 @@
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: $
+ * $Id$
*/
#include "mathutils.h"
diff --git a/src/utils/mathutils.h b/src/utils/mathutils.h
index 222ccc15..6d05c0a0 100644
--- a/src/utils/mathutils.h
+++ b/src/utils/mathutils.h
@@ -17,7 +17,7 @@
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: $
+ * $Id$
*/
#ifndef _TMWSERV_MATHUTILS_H_