From 00fecef0aebaa379dfc176ddc5d6488fae0e8272 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 27 May 2008 00:47:02 +0000 Subject: [FIX] Status and Weather classes in pokemod instead of hardcoded [FIX] Added a Sprite class to allow for animations and whatnot git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@178 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemod/Ability.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'pokemod/Ability.cpp') diff --git a/pokemod/Ability.cpp b/pokemod/Ability.cpp index dc07ce48..1afbf2f7 100644 --- a/pokemod/Ability.cpp +++ b/pokemod/Ability.cpp @@ -20,7 +20,6 @@ // Pokemod includes #include "Pokemod.h" -#include "Script.h" Ability::Ability(const Ability& ability) : Object("Ability", ability.parent(), ability.id()) -- cgit