diff options
Diffstat (limited to 'decoder/lazy.h')
-rw-r--r-- | decoder/lazy.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/decoder/lazy.h b/decoder/lazy.h new file mode 100644 index 00000000..aecd030d --- /dev/null +++ b/decoder/lazy.h @@ -0,0 +1,8 @@ +#ifndef _LAZY_H_ +#define _LAZY_H_ + +class Hypergraph; + +void PassToLazy(const Hypergraph &hg); + +#endif // _LAZY_H_ |