aboutsummaryrefslogtreecommitdiff
path: root/common/dct.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-07-18 10:21:20 -0400
committerMatthew Hoops2011-07-18 10:21:20 -0400
commite6171fbb7415076926aa8d9123b39ab530508a8f (patch)
tree7385207f5288887fb43dfafcf706c2d4a09b43e7 /common/dct.h
parentc4d3a8601021e438fdf877483209fc7488101e4a (diff)
downloadscummvm-rg350-e6171fbb7415076926aa8d9123b39ab530508a8f.tar.gz
scummvm-rg350-e6171fbb7415076926aa8d9123b39ab530508a8f.tar.bz2
scummvm-rg350-e6171fbb7415076926aa8d9123b39ab530508a8f.zip
COMMON: Update class documentation to say they're now used by SCUMM
Diffstat (limited to 'common/dct.h')
-rw-r--r--common/dct.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/dct.h b/common/dct.h
index a0d625d55d..2c8c5129b8 100644
--- a/common/dct.h
+++ b/common/dct.h
@@ -35,7 +35,12 @@
namespace Common {
-/** (Inverse) Discrete Cosine Transforms. */
+/**
+ * (Inverse) Discrete Cosine Transforms.
+ *
+ * Used in engines:
+ * - scumm
+ */
class DCT {
public:
enum TransformType {