mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
Various ANIM reader imps
This commit is contained in:
@@ -14,6 +14,8 @@ class CSegId
|
||||
public:
|
||||
CSegId() = default;
|
||||
CSegId(CInputStream& in) : x0_segId(in.readUint32Big()) {}
|
||||
operator bool() const {return x0_segId != 0xff;}
|
||||
u8 GetId() const {return x0_segId;}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user