mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 17:26:08 +00:00
Match but don't link CSegIdList (rstl::vector inlining)
Former-commit-id: dc69b9f2fd
This commit is contained in:
15
include/Kyoto/Animation/CSegIdList.hpp
Normal file
15
include/Kyoto/Animation/CSegIdList.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _CSEGIDLIST
|
||||
#define _CSEGIDLIST
|
||||
|
||||
#include "Kyoto/Animation/CSegId.hpp"
|
||||
#include "rstl/vector.hpp"
|
||||
|
||||
class CInputStream;
|
||||
class CSegIdList {
|
||||
public:
|
||||
CSegIdList(CInputStream& in);
|
||||
public:
|
||||
rstl::vector<CSegId> x0_segList;
|
||||
};
|
||||
|
||||
#endif // _CSEGIDLIST
|
||||
Reference in New Issue
Block a user