summaryrefslogtreecommitdiffstats
path: root/pokemodr/PokeModr.cpp
diff options
context:
space:
mode:
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[])
{