17 lines
265 B
C++
17 lines
265 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"
|
||
|
|
||
|
#endif
|
||
|
|