From ff90b07ac0d680d1fdcd5b2522039600ade714ad Mon Sep 17 00:00:00 2001 From: apio Date: Sat, 2 Jul 2022 11:46:07 +0200 Subject: [PATCH] utils.h definition --- src/utils.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/utils.h b/src/utils.h index 8478095..050db1c 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,3 +1,9 @@ +/* + * @file utils.h + * Miscellaneous utilities to use in the compiler, such as string manipulation/conversion + * functions, and benchmarking utilities. + */ + #pragma once #include "FormatString/FormatString.hpp" #include "sapphirepch.h"