summaryrefslogtreecommitdiff
path: root/src/ast/expr_ptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/expr_ptr.hpp')
-rw-r--r--src/ast/expr_ptr.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ast/expr_ptr.hpp b/src/ast/expr_ptr.hpp
index 1d68af15..cae519cc 100644
--- a/src/ast/expr_ptr.hpp
+++ b/src/ast/expr_ptr.hpp
@@ -1,4 +1,9 @@
/*
+ * MRustC - Mutabah's Rust Compiler
+ * - By John Hodge (Mutabah/thePowersGang)
+ *
+ * ast/expr_ptr.hpp
+ * - Pointer type wrapping AST::ExprNode (prevents need to know the full definition)
*/
#include <memory>