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