iw5-mod/src/utils/flags.hpp
2019-09-27 22:35:57 +02:00

7 lines
88 B
C++

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