mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
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);
|
||
|
|
||
|
}
|