18 lines
325 B
C++
18 lines
325 B
C++
#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"
|
|
#include "eyd_compressor.hh"
|
|
#include "eyd_uncompressor.hh"
|
|
|
|
#endif
|
|
|