mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 07:26:09 +00:00
Begin transitioning to new CModel/CCubeModel & friends
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Runtime/rstl.hpp"
|
||||
#include "Runtime/Streams/CInputStream.hpp"
|
||||
#include "Runtime/rstl.hpp"
|
||||
|
||||
namespace metaforce {
|
||||
template <class T, size_t N>
|
||||
void read_reserved_vector(rstl::reserved_vector<T, N>& v, CInputStream& in) {
|
||||
@@ -11,4 +11,4 @@ void read_reserved_vector(rstl::reserved_vector<T, N>& v, CInputStream& in) {
|
||||
v[i] = in.Get<T>();
|
||||
}
|
||||
}
|
||||
} // namespace metaforce
|
||||
} // namespace metaforce
|
||||
|
||||
Reference in New Issue
Block a user