utils.h definition
This commit is contained in:
parent
c6038e8b61
commit
ff90b07ac0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user