diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2007-05-03 22:21:05 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2007-05-03 22:21:05 +0000 |
| commit | 621d0f09fafba69aa650bc1555927f41e9c8e60e (patch) | |
| tree | 2a01644bf81c3e90c2afddad85ec359109f15f5a /pokemod/Debug.cpp | |
| parent | 7ed92969721c7b718da26b466bfa095185dfd4ed (diff) | |
| download | sigen-621d0f09fafba69aa650bc1555927f41e9c8e60e.tar.gz sigen-621d0f09fafba69aa650bc1555927f41e9c8e60e.tar.xz sigen-621d0f09fafba69aa650bc1555927f41e9c8e60e.zip | |
Update PokeMod to PokeGen::PokeMod
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@6 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/Debug.cpp')
| -rw-r--r-- | pokemod/Debug.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pokemod/Debug.cpp b/pokemod/Debug.cpp index 9790ea20..d160fd2b 100644 --- a/pokemod/Debug.cpp +++ b/pokemod/Debug.cpp @@ -1,10 +1,10 @@ /////////////////////////////////////////////////////////////////////////////
// Name: Debug.cpp
-// Purpose: Define logging abilities for a PokéMod
+// 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 Ben Boeckel and 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
@@ -32,7 +32,7 @@ debugWindow debug = new debugWindow(); extern int PMdebugLevel;
-void PokeMod::Log(const char *msg, int level)
+void PokeGen::PokeMod::Log(const char *msg, int level)
{
// Actual strings of the debugging levels
const char *PokeModDebugStr[8] = {"Emergency", "Alert", "Critical Error", "Error", "Warning", "Notice", "Info", "Debug"};
@@ -79,7 +79,7 @@ void PokeMod::Log(const char *msg, int level) #else
// Empty function if debugging isn't wanted
-void PokeMod::Log(const PokeMod::String &msg, int level)
+void PokeGen::PokeMod::Log(const PokeGen::PokeMod::String &msg, int level)
{
return;
}
|
