mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-06 03:01:51 +00:00
7 lines
88 B
C++
7 lines
88 B
C++
#pragma once
|
|
|
|
namespace utils::flags
|
|
{
|
|
bool has_flag(const std::string& flag);
|
|
}
|