iw5-mod/src/utils/flags.hpp

10 lines
108 B
C++
Raw Normal View History

2019-09-24 11:46:47 +02:00
#pragma once
namespace utils
{
namespace flags
{
bool has_flag(const std::string& flag);
}
}