Match and link TGameTypes

Former-commit-id: 8787239165
This commit is contained in:
2022-10-09 19:27:35 -07:00
parent fbd2b53823
commit 9e9b501f6b
11 changed files with 182 additions and 9 deletions

View File

@@ -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);
}