iw5-mod/src/utils/flags.hpp

7 lines
88 B
C++
Raw Normal View History

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