mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 08:17:01 +00:00
Add CStateMachine, mostly matched, constructor needs work
Former-commit-id: 06464964dd
This commit is contained in:
@@ -64,6 +64,11 @@ template <>
|
||||
inline bool cinput_stream_helper(const TType< bool >& type, CInputStream& in) {
|
||||
return in.ReadBool();
|
||||
}
|
||||
template <>
|
||||
inline char cinput_stream_helper(const TType< char >& type, CInputStream& in) {
|
||||
return in.ReadChar();
|
||||
}
|
||||
|
||||
template <>
|
||||
inline int cinput_stream_helper(const TType< int >& type, CInputStream& in) {
|
||||
return in.ReadLong();
|
||||
|
||||
Reference in New Issue
Block a user