diff options
Diffstat (limited to 'src/ast/types.hpp')
-rw-r--r-- | src/ast/types.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ast/types.hpp b/src/ast/types.hpp index b6d9d6f5..af07ba2d 100644 --- a/src/ast/types.hpp +++ b/src/ast/types.hpp @@ -1,3 +1,10 @@ +/* + * MRustC - Mutabah's Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * ast/types.hpp + * - AST Type reference (and helpers) + */ #ifndef TYPES_HPP_INCLUDED #define TYPES_HPP_INCLUDED |