mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 02:15:05 +00:00
@@ -8,7 +8,7 @@
|
||||
class CSegId {
|
||||
public:
|
||||
CSegId() : x0_id(-1) {}
|
||||
CSegId(CInputStream& in) : x0_id(in.Get<uint>()) {}
|
||||
CSegId(CInputStream& in) : x0_id(in.ReadInt32()) {}
|
||||
private:
|
||||
uchar x0_id;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user