diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-23 10:59:50 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-23 10:59:50 +0000 |
commit | 4a606d557d1185f01f4b4944804fd24491605d2b (patch) | |
tree | 861dd84d78936ce530be5a9d83d0fd1f1674b54f /src/debug.cpp | |
parent | 97024b3b51a3d9e2daf2832fe8598b38b6670cab (diff) | |
download | manaserv-4a606d557d1185f01f4b4944804fd24491605d2b.tar.gz manaserv-4a606d557d1185f01f4b4944804fd24491605d2b.tar.bz2 manaserv-4a606d557d1185f01f4b4944804fd24491605d2b.tar.xz manaserv-4a606d557d1185f01f4b4944804fd24491605d2b.zip |
Corrections to syntax, includes, headers and comments. Updated architecture.txt
with a distributed approach.
Diffstat (limited to 'src/debug.cpp')
-rw-r--r-- | src/debug.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp index 09b730a8..671528a2 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -18,9 +18,10 @@ * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * $Id$ */ - // This file contains debugging global functions +// This file contains debugging global functions #include "debug.h" |