mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 04:46:09 +00:00
Begin transitioning to new CModel/CCubeModel & friends
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
#include "Runtime/GCNTypes.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
|
||||
namespace metaforce {
|
||||
@@ -46,7 +48,7 @@ public:
|
||||
double ReadDouble();
|
||||
|
||||
void Get(u8* dest, u32 len);
|
||||
template <class T>
|
||||
template <typename T>
|
||||
T Get() {
|
||||
return cinput_stream_helper<T>(*this);
|
||||
}
|
||||
@@ -80,4 +82,4 @@ template <>
|
||||
double cinput_stream_helper(CInputStream& in);
|
||||
template <>
|
||||
std::string cinput_stream_helper(CInputStream& in);
|
||||
} // namespace metaforce
|
||||
} // namespace metaforce
|
||||
|
||||
Reference in New Issue
Block a user