mirror of
https://github.com/diamante0018/MW3ServerFreezer.git
synced 2025-04-19 19:52:53 +00:00
6 lines
81 B
C++
6 lines
81 B
C++
#pragma once
|
|
|
|
namespace utils::flags {
|
|
bool has_flag(const std::string& flag);
|
|
}
|