7 lines
88 B
C++
7 lines
88 B
C++
#pragma once
|
|
|
|
namespace utils::flags
|
|
{
|
|
bool has_flag(const std::string& flag);
|
|
}
|