diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/saga/saga.h | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h index e582ebb0b7..2cf15946e7 100644 --- a/engines/saga/saga.h +++ b/engines/saga/saga.h @@ -38,10 +38,25 @@ struct ADGameFileDescription; /** * This is the namespace of the SAGA engine. * - * Status of this engine: ??? + * Status of this engine: + * + * This engine contains 2 main engine generations, SAGA and SAGA2 + * + * SAGA status: complete + * + * SAGA2 status: in early stages of development, no recent activity. Contact sev + * if you want to work on it, since we have some original source codes. * * Supported games: - * - ??? + * + * SAGA: + * - Inherit the Earth + * - I Have No Mouth And I Must Scream + * + * SAGA2: + * - Dinotopia + * - Faery Tale Adventure II: Halls of the Dead + * */ namespace Saga { |