diff options
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/saga.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h index 24a7b9eb7f..e582ebb0b7 100644 --- a/engines/saga/saga.h +++ b/engines/saga/saga.h @@ -35,6 +35,14 @@ struct ADGameFileDescription; +/** + * This is the namespace of the SAGA engine. + * + * Status of this engine: ??? + * + * Supported games: + * - ??? + */ namespace Saga { class SndRes; |