summaryrefslogtreecommitdiffstats
path: root/pokemodr
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2007-05-05 15:57:58 +0000
committerBen Boeckel <MathStuf@gmail.com>2007-05-05 15:57:58 +0000
commit0d2d8121cbb6a45180d88021fe2e5ac86b3532e3 (patch)
tree512385f11f6d152f76ac36c7950bfe75992291ff /pokemodr
parent21cb50c82f18b3a2ee1e77a7de11413ce45e6587 (diff)
downloadsigen-0d2d8121cbb6a45180d88021fe2e5ac86b3532e3.tar.gz
sigen-0d2d8121cbb6a45180d88021fe2e5ac86b3532e3.tar.xz
sigen-0d2d8121cbb6a45180d88021fe2e5ac86b3532e3.zip
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
Diffstat (limited to 'pokemodr')
-rw-r--r--pokemodr/PokeModr.cpp4
-rw-r--r--pokemodr/PokeModrDebug.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/pokemodr/PokeModr.cpp b/pokemodr/PokeModr.cpp
index 15a10bb8..106488df 100644
--- a/pokemodr/PokeModr.cpp
+++ b/pokemodr/PokeModr.cpp
@@ -1,10 +1,10 @@
/////////////////////////////////////////////////////////////////////////////
-// Name: PokeModr.cpp
+// Name: pokemodr/PokeModr.cpp
// Purpose: Define an ability effect
// Author: Ben Boeckel
// Modified by: Ben Boeckel
// Created: Wed Feb 14 23:44:42 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
diff --git a/pokemodr/PokeModrDebug.h b/pokemodr/PokeModrDebug.h
index ba87de22..9afa5196 100644
--- a/pokemodr/PokeModrDebug.h
+++ b/pokemodr/PokeModrDebug.h
@@ -1,10 +1,10 @@
/////////////////////////////////////////////////////////////////////////////
-// Name: debug.h
+// Name: pokemodr/PokeModrDebug.h
// Purpose: Define debugging stuff for PokéModr
// Author: Ben Boeckel
// Modified by: Ben Boeckel
// Created: Thu Feb 15 12:30:45 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