aboutsummaryrefslogtreecommitdiff
path: root/common/huffman.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/huffman.h')
-rw-r--r--common/huffman.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/huffman.h b/common/huffman.h
index 9c88a37541..7d0bdcabf4 100644
--- a/common/huffman.h
+++ b/common/huffman.h
@@ -33,7 +33,12 @@ namespace Common {
class BitStream;
-/** Decode a Huffman'd bitstream. */
+/**
+ * Huffman bitstream decoding
+ *
+ * Used in engines:
+ * - scumm
+ */
class Huffman {
public:
/** Construct a Huffman decoder.