Core/Flags: Add Set method
This commit is contained in:
@@ -51,6 +51,8 @@ namespace Nz
|
||||
void Clear();
|
||||
void Clear(const Flags& flags);
|
||||
|
||||
void Set(const Flags& flags);
|
||||
|
||||
constexpr bool Test(const Flags& flags) const;
|
||||
|
||||
explicit constexpr operator bool() const;
|
||||
|
||||
Reference in New Issue
Block a user