utils.h definition

This commit is contained in:
apio 2022-07-02 11:46:07 +02:00
parent c6038e8b61
commit ff90b07ac0

View File

@ -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"