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/CoinList.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'pokemod/CoinList.cpp') diff --git a/pokemod/CoinList.cpp b/pokemod/CoinList.cpp index 8e76362c..d238807d 100644 --- a/pokemod/CoinList.cpp +++ b/pokemod/CoinList.cpp @@ -21,7 +21,6 @@ // Pokemod includes #include "CoinListObject.h" #include "Pokemod.h" -#include "Script.h" // Qt includes #include -- cgit