Merge with latest.

This commit is contained in:
Chris Spegal 2025-04-06 00:33:16 -04:00
commit 345098c37a
484 changed files with 30773 additions and 15076 deletions

View file

@ -1,8 +1,15 @@
#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