From efa80ce427e40070e36e5ab86d2f6dbf4ad50648 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 22 Jan 2008 04:45:02 +0000 Subject: [FIX] Some linker errors in pokemod and general [FIX] More enum char*[] to QStringList [FIX] Widgets in PokéModr gui [ADD] Rules GUI logic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@39 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- general/Ini.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'general/Ini.cpp') diff --git a/general/Ini.cpp b/general/Ini.cpp index b829b115..0e65f2b1 100644 --- a/general/Ini.cpp +++ b/general/Ini.cpp @@ -20,8 +20,16 @@ // with this program. If not, see . ///////////////////////////////////////////////////////////////////////////// +#include +#include +#include +#include #include "Ini.h" +Ini::Ini() +{ +} + Ini::Ini(const QString& fname) { load(fname); -- cgit