mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 10:17:01 +00:00
@@ -27,7 +27,7 @@ public:
|
||||
void Get(void* dest, unsigned long len);
|
||||
|
||||
template < typename T >
|
||||
inline T Get(const TType< T >& type) {
|
||||
inline T Get(const TType< T >& type = TType<T>()) {
|
||||
return cinput_stream_helper(type, *this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user