diff options
Diffstat (limited to 'tiger-compiler/src/ast/method-dec.hxx')
| -rw-r--r-- | tiger-compiler/src/ast/method-dec.hxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tiger-compiler/src/ast/method-dec.hxx b/tiger-compiler/src/ast/method-dec.hxx new file mode 100644 index 0000000..2c75af3 --- /dev/null +++ b/tiger-compiler/src/ast/method-dec.hxx @@ -0,0 +1,11 @@ +/** + ** \file ast/method-dec.hxx + ** \brief Inline methods of ast::MethodDec. + */ + +#pragma once + +#include <ast/method-dec.hh> + +namespace ast +{} // namespace ast |
