summaryrefslogtreecommitdiffstats
path: root/sigmod/Sprite.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-09-06 04:12:30 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-09-06 04:12:30 +0000
commit0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9 (patch)
treea2031b9d0016fcbd49a51c0d1a2292d1f2d8b566 /sigmod/Sprite.h
parentb81f5bffa2772eb9bd3c67fb35485ab1ee2d96e7 (diff)
downloadsigen-0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9.tar.gz
sigen-0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9.tar.xz
sigen-0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9.zip
[FIX] Renamed everything (in use) away from Poké- prefixes
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@250 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigmod/Sprite.h')
-rw-r--r--sigmod/Sprite.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/sigmod/Sprite.h b/sigmod/Sprite.h
index f23422a0..014ca8eb 100644
--- a/sigmod/Sprite.h
+++ b/sigmod/Sprite.h
@@ -15,29 +15,29 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __POKEMOD_SPRITE__
-#define __POKEMOD_SPRITE__
+#ifndef __SIGMOD_SPRITE__
+#define __SIGMOD_SPRITE__
-// Pokemod includes
+// Sigmod includes
#include "Object.h"
// Qt includes
#include <QtGui/QImage>
-namespace Pokemod
+namespace Sigmod
{
// Forward declarations
-class Pokemod;
+class Sigmod;
-class POKEMOD_EXPORT Sprite : public Object
+class SIGMOD_EXPORT Sprite : public Object
{
Q_OBJECT
public:
Sprite(const Sprite& sprite);
- Sprite(const Pokemod* parent, const int id);
- Sprite(const Sprite& sprite, const Pokemod* parent, const int id);
- Sprite(const QDomElement& xml, const Pokemod* parent, const int id = -1);
+ Sprite(const Sigmod* parent, const int id);
+ Sprite(const Sprite& sprite, const Sigmod* parent, const int id);
+ Sprite(const QDomElement& xml, const Sigmod* parent, const int id = -1);
~Sprite();
void validate();