Themaister ce9e66b27a snes::
2011-01-24 18:49:42 +01:00

10 lines
128 B
C++

#ifdef SRTC_CPP
void SRTC::serialize(serializer &s) {
s.array(rtc);
s.integer(rtc_mode);
s.integer(rtc_index);
}
#endif