aboutsummaryrefslogtreecommitdiff
path: root/common/rdft.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rdft.h')
-rw-r--r--common/rdft.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/common/rdft.h b/common/rdft.h
index 33fcdd2b3b..68be0f4dac 100644
--- a/common/rdft.h
+++ b/common/rdft.h
@@ -33,7 +33,13 @@
namespace Common {
-/** (Inverse) Real Discrete Fourier Transform. */
+/**
+ * (Inverse) Real Discrete Fourier Transform.
+ *
+ * Used in engines:
+ * - scumm
+ */
+
class RDFT {
public:
enum TransformType {