From 0d2d8121cbb6a45180d88021fe2e5ac86b3532e3 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 5 May 2007 15:57:58 +0000 Subject: Got rid of XML for INI format, in process of moving over; added /ai/Net.{h, cpp} git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@8 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemod/Debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pokemod/Debug.cpp') diff --git a/pokemod/Debug.cpp b/pokemod/Debug.cpp index 4875bd4d..e3c929d4 100644 --- a/pokemod/Debug.cpp +++ b/pokemod/Debug.cpp @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: Debug.cpp +// Name: pokemod/Debug.cpp // Purpose: Define logging abilities for a PokéMod // Author: Ben Boeckel // Modified by: Ben Boeckel // Created: Wed Feb 14 23:44:39 2007 -// Copyright: ©2007 Ben Boeckel and Nerdy Productions +// Copyright: ©2007 Nerdy Productions // Licence: // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -- cgit