summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ENetUtil.h
blob: c8d126abc2e62a0cdabbac2eae48db9a06bc4c48 (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);
}  // namespace ENetUtil