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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
281 B
C++
Raw Normal View History

2015-03-09 18:37:02 +01:00
// Copyright 2015 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
2015-03-09 18:37:02 +01:00
//
#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);
2019-05-05 23:48:12 +00:00
} // namespace ENetUtil