mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Force IPv4 on external IP addresses
This commit is contained in:
@ -5,13 +5,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
namespace Discord
|
||||
{
|
||||
using JoinFunction = std::function<void()>;
|
||||
using JoinRequestFunction =
|
||||
std::function<void(const char* id, const std::string& discord_tag, const char* avatar)>;
|
||||
|
||||
class Handler
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user