summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ENetUtil.h
blob: b727f9e1088a34f838269404d617fa9db9bf0f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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);

}