8 lines
152 B
C
8 lines
152 B
C
#ifndef _COMPRESSION_HUFFMAN_H
|
|
#define _COMPRESSION_HUFFMAN_H 1
|
|
|
|
// On inclus le fichier global
|
|
#include "huffman.h"
|
|
|
|
|
|
#endif // <compression.h> inclus
|