diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-09-12 18:36:03 +0100 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-09-12 18:36:03 +0100 |
commit | f794c881ccaf4aa0646300dea1e1f6e7a307e019 (patch) | |
tree | 01f6722cf711d8319ec7463b2a2f409db7cd14bb /decoder/lazy.h | |
parent | 173910593bf6bf3dc52902f99a683560d8c73942 (diff) |
Partially written bridge to lazy
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_ |