t5-gsc-utils/src/utils/flags.hpp
Federico Cecchetto cdd2c51568 Initial commit
2022-06-09 23:40:58 +02:00

7 lines
82 B
C++

#pragma once
namespace utils::flags
{
bool has_flag(const std::string& flag);
}