mirror of
https://github.com/devinacker/bsnes-plus.git
synced 2025-04-02 10:52:46 -04:00
8 lines
112 B
C++
8 lines
112 B
C++
#ifdef SRTC_CPP
|
|
|
|
void SRTC::serialize(serializer &s) {
|
|
s.integer(rtc_mode);
|
|
s.integer(rtc_index);
|
|
}
|
|
|
|
#endif
|