diff options
Diffstat (limited to 'rst_parser/rst.h')
-rw-r--r-- | rst_parser/rst.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rst_parser/rst.h b/rst_parser/rst.h new file mode 100644 index 00000000..865871eb --- /dev/null +++ b/rst_parser/rst.h @@ -0,0 +1,10 @@ +#ifndef _RST_H_ +#define _RST_H_ + +#include "arc_factored.h" + +struct StochasticForest { + explicit StochasticForest(const ArcFactoredForest& af); +}; + +#endif |