mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 17:37:48 +00:00
ns: move IECommerceInterface
This commit is contained in:
parent
bd69199bdd
commit
40771d1ece
5 changed files with 46 additions and 25 deletions
|
@ -58,12 +58,6 @@ public:
|
|||
~IDownloadTaskInterface() override;
|
||||
};
|
||||
|
||||
class IECommerceInterface final : public ServiceFramework<IECommerceInterface> {
|
||||
public:
|
||||
explicit IECommerceInterface(Core::System& system_);
|
||||
~IECommerceInterface() override;
|
||||
};
|
||||
|
||||
class IFactoryResetInterface final : public ServiceFramework<IFactoryResetInterface> {
|
||||
public:
|
||||
explicit IFactoryResetInterface(Core::System& system_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue