aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/toon.h')
-rw-r--r--engines/toon/toon.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/toon/toon.h b/engines/toon/toon.h
index 30aa344517..c1b036127e 100644
--- a/engines/toon/toon.h
+++ b/engines/toon/toon.h
@@ -46,7 +46,16 @@
#define TOON_SAVEGAME_VERSION 4
#define DATAALIGNMENT 4
+/**
+ * This is the namespace of the Toon engine.
+ *
+ * Status of this engine: ???
+ *
+ * Supported games:
+ * - ???
+ */
namespace Toon {
+
enum ToonGameType {
GType_TOON = 1
};