From d0b6b3d1c96e437d12410703a8e530decd0b028f Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Thu, 27 Jul 2006 17:20:22 +0000 Subject: First step toward a restructured class hierarchy for world actors: add MovingObject and Player classes. --- src/utils/cipher.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/utils/cipher.cpp') diff --git a/src/utils/cipher.cpp b/src/utils/cipher.cpp index 6eda3ec..083f692 100644 --- a/src/utils/cipher.cpp +++ b/src/utils/cipher.cpp @@ -28,8 +28,6 @@ #include #include -namespace tmwserv -{ namespace utils { @@ -95,4 +93,3 @@ Cipher::toHex(const unsigned char* str, } // namespace utils -} // namespace tmwserv -- cgit