mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-16 03:57:01 +02:00
Address a bunch of review comments
This commit is contained in:
parent
92e939952c
commit
fb46c8b426
11 changed files with 27 additions and 19 deletions
|
|
@ -11,7 +11,7 @@ namespace DiscordRPC {
|
|||
class DiscordImpl : public DiscordInterface {
|
||||
public:
|
||||
DiscordImpl();
|
||||
~DiscordImpl();
|
||||
~DiscordImpl() override;
|
||||
|
||||
void Pause() override;
|
||||
void Update() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue