From df651bf20f1ddac3c28e55551e4fb81dfac1db38 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 24 Nov 2009 22:10:14 +0000 Subject: Added Doxygen comments for the various engine namespaces (currently mostly without details; help filling these out is welcome) svn-id: r46128 --- engines/agos/agos.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/agos') diff --git a/engines/agos/agos.h b/engines/agos/agos.h index 9d126a59c0..bd8278303e 100644 --- a/engines/agos/agos.h +++ b/engines/agos/agos.h @@ -41,6 +41,14 @@ #include "agos/sound.h" #include "agos/vga.h" +/** + * This is the namespace of the AGOS engine. + * + * Status of this engine: ??? + * + * Supported games: + * - ??? + */ namespace AGOS { uint fileReadItemID(Common::SeekableReadStream *in); -- cgit v1.2.3