summaryrefslogtreecommitdiffstats
path: root/pokemodr/PokeModr.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2007-05-03 23:12:56 +0000
committerBen Boeckel <MathStuf@gmail.com>2007-05-03 23:12:56 +0000
commit21cb50c82f18b3a2ee1e77a7de11413ce45e6587 (patch)
tree33d1c600c9e26756580c92ea6b331041699510eb /pokemodr/PokeModr.cpp
parent621d0f09fafba69aa650bc1555927f41e9c8e60e (diff)
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@7 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/PokeModr.cpp')
-rw-r--r--pokemodr/PokeModr.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/pokemodr/PokeModr.cpp b/pokemodr/PokeModr.cpp
index 38b9524f..15a10bb8 100644
--- a/pokemodr/PokeModr.cpp
+++ b/pokemodr/PokeModr.cpp
@@ -31,16 +31,15 @@
#include "../pokemod/pokemod_inc.h"
using namespace std;
-using namespace PokeMod;
+using namespace PokeGen;
#define PKMR_VERSION "0.0.0.1a"
#define PKMR_DATE "Thursday, February 8, 2007"
#define PKMR_WEBSITE "http:/""/nerdyproductions.sobertillnoon.com"
-PMPokemod curPokeMod;
+PokeMod::Pokemod curPokeMod;
-int debugLevel;
-int PMdebugLevel;
+int PokeModrDebugLevel;
int main(int argc, char *argv[])
{