diff options
Diffstat (limited to 'src/include/cpp_unpack.h')
-rw-r--r-- | src/include/cpp_unpack.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/cpp_unpack.h b/src/include/cpp_unpack.h index 69417589..801d5619 100644 --- a/src/include/cpp_unpack.h +++ b/src/include/cpp_unpack.h @@ -1,4 +1,10 @@ - +/* + * MRustC - Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * include/cpp_unpack.hpp + * - Macro that performs variadic unpacking and calls a function/macro with the unpacked values + */ #ifndef _CPP_UNAPCK_H_ #define _CPP_UNAPCK_H_ |