aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index c4f9967284..ef38895352 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -26,7 +26,6 @@
#define SAGA_H
#include "base/engine.h"
-#include "base/plugins.h"
#include "common/stream.h"
@@ -563,8 +562,6 @@ inline uint16 objectIndexToId(int type, int index) {
}
-DetectedGameList GAME_ProbeGame(const FSList &fslist, int **matches = NULL);
-
class SagaEngine : public Engine {
friend class Scene;