diff options
Diffstat (limited to 'src/savegame.h')
| -rw-r--r-- | src/savegame.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/savegame.h b/src/savegame.h index d1bf4691..3afb2faa 100644 --- a/src/savegame.h +++ b/src/savegame.h @@ -24,10 +24,8 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QString>
#include <QObject>
#include <QImage>
-#include <QMetaType>
-#include <QFile>
-#include <QStringList>
+//Sigh - for SYSTEMTIME
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
@@ -64,16 +62,6 @@ public: const QString &fileName() const { return m_FileName; }
/**
- * @return a list of additional files that belong to this savegame
- */
- virtual QStringList attachedFiles() const;
-
- /**
- * @return a list of all files that belong to this savegame
- */
- virtual QStringList saveFiles() const;
-
- /**
* @return name of the player character
**/
const QString &pcName() const { return m_PCName; }
|
