From 21cb50c82f18b3a2ee1e77a7de11413ce45e6587 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 3 May 2007 23:12:56 +0000 Subject: git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@7 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemodr/PokeModr.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pokemodr/PokeModr.cpp') 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[]) { -- cgit