Cemu/src/Cafe/OS/libs/nsyshid/nsyshid.h
2025-04-06 00:33:16 -04:00

15 lines
282 B
C++

#pragma once
namespace nsyshid
{
class Backend;
void AttachBackend(const std::shared_ptr<Backend>& backend);
void DetachBackend(const std::shared_ptr<Backend>& backend);
void save(MemStreamWriter& s);
void restore(MemStreamReader& s);
void load();
} // namespace nsyshid