mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Implement/match LegoEntity::SetROI (#628)
This commit is contained in:

committed by
GitHub

parent
f6e44b1c1b
commit
3b2bd0e9d4
@@ -63,6 +63,7 @@ public:
|
||||
inline MxU8 GetFlags() { return m_flags; }
|
||||
|
||||
inline void SetFlags(MxU8 p_flags) { m_flags = p_flags; }
|
||||
inline void SetFlag(MxU8 p_flag) { m_flags |= p_flag; }
|
||||
inline void ClearFlag(MxU8 p_flag) { m_flags &= ~p_flag; }
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user