Files
dolphin/Source/Core/Common/ENetUtil.h
T

14 lines
281 B
C++
Raw Normal View History

2015-03-09 18:37:02 +01:00
// Copyright 2015 Dolphin Emulator Project
2015-05-18 01:08:10 +02:00
// Licensed under GPLv2+
2015-03-09 18:37:02 +01:00
// Refer to the license.txt file included.
//
#pragma once
#include <enet/enet.h>
namespace ENetUtil
{
void WakeupThread(ENetHost* host);
2015-03-14 15:19:18 +01:00
int ENET_CALLBACK InterceptCallback(ENetHost* host, ENetEvent* event);
2015-03-09 18:37:02 +01:00
}