Import huffman.h
This commit is contained in:
parent
3108d8bd8e
commit
eb302fe3ce
2 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
#ifndef _COMPRESSION_HUFFMAN_H
|
||||
#define _COMPRESSION_HUFFMAN_H 1
|
||||
|
||||
// On inclus le fichier global
|
||||
#include "huffman.h"
|
||||
|
||||
|
||||
#endif // <compression.h> inclus
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef _DECOMPRESSION_HUFFMAN_H
|
||||
#define _DECOMPRESSION_HUFFMAN_H 1
|
||||
|
||||
// On inclus le fichier global
|
||||
#include "huffman.h"
|
||||
|
||||
|
||||
#endif // <decompression.h> inclus
|
Reference in a new issue