Use t6-gsc-utils as a base.

This commit is contained in:
JezuzLizard
2023-03-23 19:58:53 -07:00
parent e5b1504c1c
commit 011bb0c554
40 changed files with 2556 additions and 0 deletions

6
src/utils/flags.hpp Normal file
View File

@ -0,0 +1,6 @@
#pragma once
namespace utils::flags
{
bool has_flag(const std::string& flag);
}