summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ENetUtil.h
blob: 7b3ee9e7a4ab0c8774e882cce9fd0c3c97452f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2015 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
//
#pragma once

#include <enet/enet.h>

namespace ENetUtil
{
void WakeupThread(ENetHost* host);
int ENET_CALLBACK InterceptCallback(ENetHost* host, ENetEvent* event);
}