diff options
Diffstat (limited to 'tools/common/path.h')
-rw-r--r-- | tools/common/path.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/common/path.h b/tools/common/path.h index dd97f9be..eae4951f 100644 --- a/tools/common/path.h +++ b/tools/common/path.h @@ -1,3 +1,10 @@ +/* + * mrustc common code + * - by John Hodge (Mutabah) + * + * tools/common/path.h + * - Generic representation of a filesystem path (HEADER) + */ #pragma once #include <string> |