mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
NetPlay: add a Common/ENetUtil namespace
Move WakeupThread in it
This commit is contained in:
15
Source/Core/Common/ENetUtil.h
Normal file
15
Source/Core/Common/ENetUtil.h
Normal file
@ -0,0 +1,15 @@
|
||||
// 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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user