mirror of
https://github.com/DerKoun/bsnes-hd.git
synced 2025-04-02 10:52:49 -04:00
3 lines
67 B
C++
3 lines
67 B
C++
auto DIP::serialize(serializer& s) -> void {
|
|
s.integer(value);
|
|
}
|