- Adding DJardin's port to N900
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-09-16 13:12:05 +00:00
parent 46c499be5f
commit 3965505b15
15 changed files with 2379 additions and 180 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ protected:
int price; //Base price.
int minCards, maxCards;
vector<MTGPackSlot*> slots;
vector<MTGPackSlot*> slotss;
};
class MTGPacks{
+6
View File
@@ -23,6 +23,10 @@
#define NEW new
#endif
#ifdef QT_CONFIG
#include <QtGlobal>
#define OutputDebugString(val) qDebug(val)
#else
#ifdef LINUX
#ifdef _DEBUG
#define OutputDebugString(val) (std::cerr << val);
@@ -30,6 +34,8 @@
#define OutputDebugString(val) {}
#endif
#endif
#endif
#ifndef RESPATH
#define RESPATH "Res"