diff options
Diffstat (limited to 'tools/common/path.cpp')
-rw-r--r-- | tools/common/path.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/common/path.cpp b/tools/common/path.cpp index 12e505bb..4967a1d5 100644 --- a/tools/common/path.cpp +++ b/tools/common/path.cpp @@ -1,4 +1,9 @@ /* + * mrustc common code + * - by John Hodge (Mutabah) + * + * tools/common/path.cpp + * - Generic representation of a filesystem path */ #include "path.h" #if _WIN32 |