mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2025-05-11 15:04:52 +00:00
7 lines
82 B
C++
7 lines
82 B
C++
#pragma once
|
|
|
|
namespace utils::flags
|
|
{
|
|
bool has_flag(const std::string& flag);
|
|
}
|