diff options
Diffstat (limited to 'engines/teenagent')
-rw-r--r-- | engines/teenagent/teenagent.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/teenagent/teenagent.h b/engines/teenagent/teenagent.h index e00db41890..b7e24d4cee 100644 --- a/engines/teenagent/teenagent.h +++ b/engines/teenagent/teenagent.h @@ -34,6 +34,14 @@ struct ADGameDescription; +/** + * This is the namespace of the TeenAgent engine. + * + * Status of this engine: ??? + * + * Supported games: + * - ??? + */ namespace TeenAgent { struct Object; |