diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-06-21 01:22:14 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-06-21 01:22:14 +0000 |
| commit | 2d045c571308af33c93bdc9766a627ef1db6abaf (patch) | |
| tree | 15cd0d3734ed93bf81cabc418f1c428b3def3d79 /pokemod/Script.h | |
| parent | 6dd3d36c4552565756dcedab2ddd44e90a553252 (diff) | |
| download | sigen-2d045c571308af33c93bdc9766a627ef1db6abaf.tar.gz sigen-2d045c571308af33c93bdc9766a627ef1db6abaf.tar.xz sigen-2d045c571308af33c93bdc9766a627ef1db6abaf.zip | |
[FIX] Using cmake now (still is rough)
[FIX] Some SVN flags were incorrect
[FIX] Qt includes now use the module path as well
[FIX] Models now have drag/drop actions methods as const
[FIX] Library classes now exported
[FIX] qmake files removed
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@213 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/Script.h')
| -rw-r--r-- | pokemod/Script.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pokemod/Script.h b/pokemod/Script.h index 8ba96d9b..d8e1a625 100644 --- a/pokemod/Script.h +++ b/pokemod/Script.h @@ -18,12 +18,15 @@ #ifndef __POKEMOD_SCRIPT__ #define __POKEMOD_SCRIPT__ +// Pokemod includes +#include "Global.h" + // Qt includes -#include <QString> +#include <QtCore/QString> namespace Pokemod { -class Script +class POKEMOD_EXPORT Script { public: Script(const QString& interpreter = "", const QString& script = ""); |
