mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-10 08:51:19 +12:00
8 lines
No EOL
116 B
C++
8 lines
No EOL
116 B
C++
#pragma once
|
|
namespace nsyshid
|
|
{
|
|
void save(MemStreamWriter& s);
|
|
void restore(MemStreamReader& s);
|
|
|
|
void load();
|
|
} |