mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 06:55:05 +00:00
Match but don't link CSegIdList (rstl::vector inlining)
Former-commit-id: dc69b9f2fd
This commit is contained in:
15
include/Kyoto/Animation/CSegId.hpp
Normal file
15
include/Kyoto/Animation/CSegId.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _CSEGID
|
||||
#define _CSEGID
|
||||
|
||||
#include <types.h>
|
||||
|
||||
#include "Kyoto/Streams/CInputStream.hpp"
|
||||
|
||||
class CSegId {
|
||||
public:
|
||||
CSegId(CInputStream& in) : x0_id(in.Get<uint>()) {}
|
||||
private:
|
||||
uchar x0_id;
|
||||
};
|
||||
|
||||
#endif // _CSEGID
|
||||
Reference in New Issue
Block a user