8 lines
158 B
C
8 lines
158 B
C
#ifndef _DECOMPRESSION_HUFFMAN_H
|
|
#define _DECOMPRESSION_HUFFMAN_H 1
|
|
|
|
// On inclus le fichier global
|
|
#include "huffman.h"
|
|
|
|
|
|
#endif // <decompression.h> inclus
|