mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
44d7207a1c
Move WakeupThread in it
16 lines
231 B
C++
16 lines
231 B
C++
// Copyright 2015 Dolphin Emulator Project
|
|
// Licensed under GPLv2
|
|
// Refer to the license.txt file included.
|
|
//
|
|
#pragma once
|
|
|
|
#include <enet/enet.h>
|
|
#include "Common.h"
|
|
|
|
namespace ENetUtil
|
|
{
|
|
|
|
void WakeupThread(ENetHost* host);
|
|
|
|
}
|