mirror of
https://github.com/libretro/Play-.git
synced 2025-01-25 02:27:15 +00:00
Cleanup.
This commit is contained in:
parent
9acd09a022
commit
bc3aeed2d8
@ -9,13 +9,11 @@ namespace Iop
|
||||
class CModule
|
||||
{
|
||||
public:
|
||||
virtual ~CModule() {}
|
||||
virtual ~CModule() = default;
|
||||
virtual std::string GetId() const = 0;
|
||||
virtual std::string GetFunctionName(unsigned int) const = 0;
|
||||
virtual void Invoke(CMIPS&, unsigned int) = 0;
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
typedef std::shared_ptr<CModule> ModulePtr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user