m2.enlarge-your-data/src/lib/eyd_proto.hh

19 lines
325 B
C++
Raw Normal View History

2005-10-29 09:52:35 +00:00
#ifndef _EYD_PROTO_HH
#define _EYD_PROTO_HH 1
/*#include "regexptree.hh"
#include "transition.hh"
#include "state.hh"
#include "stateclass.hh"
#include "automata.hh"
*/
#include "eyd_bitgroup.hh"
#include "eyd_bitreader.hh"
#include "eyd_bitwriter.hh"
2005-10-29 23:24:52 +00:00
#include "eyd_compressor.hh"
2005-10-30 20:56:05 +00:00
#include "eyd_uncompressor.hh"
2005-10-29 09:52:35 +00:00
#endif