diff options
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r-- | src/ast/path.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp index 690bc9eb..6fdf1e40 100644 --- a/src/ast/path.cpp +++ b/src/ast/path.cpp @@ -1,4 +1,9 @@ /* + * MRustC - Mutabah's Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * ast/path.cpp + * - AST::Path and friends */ #include "path.hpp" #include "ast.hpp" |