
#ifndef CF_H_HOLO
#define CF_H_HOLO

#include "cf.h"

CF new_holo(int, int, int, int, CF);
CF new_dec(CF);

#endif




