Import huffman.h

This commit is contained in:
Mylloon 2021-12-18 11:54:19 +01:00
parent 3108d8bd8e
commit eb302fe3ce
2 changed files with 16 additions and 0 deletions

View file

@ -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

View file

@ -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