mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 17:37:48 +00:00
ns: move IAccountProxyInterface
This commit is contained in:
parent
cd6122b389
commit
cef212f9e8
6 changed files with 103 additions and 19 deletions
|
@ -17,12 +17,6 @@ class FileSystemController;
|
|||
|
||||
namespace NS {
|
||||
|
||||
class IAccountProxyInterface final : public ServiceFramework<IAccountProxyInterface> {
|
||||
public:
|
||||
explicit IAccountProxyInterface(Core::System& system_);
|
||||
~IAccountProxyInterface() override;
|
||||
};
|
||||
|
||||
class IApplicationManagerInterface final : public ServiceFramework<IApplicationManagerInterface> {
|
||||
public:
|
||||
explicit IApplicationManagerInterface(Core::System& system_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue