mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 12:36:05 +08:00
Fixed compiler error when #including iclient.h.
This commit is contained in:
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
#include <inetmsghandler.h>
|
#include <inetmsghandler.h>
|
||||||
#include "tier0/platform.h"
|
#include "tier0/platform.h"
|
||||||
#include "userid.h"
|
|
||||||
#include "tier1/utlvector.h"
|
#include "tier1/utlvector.h"
|
||||||
|
|
||||||
class IServer;
|
class IServer;
|
||||||
class INetMessage;
|
class INetMessage;
|
||||||
struct NetMessageCvar_t;
|
struct NetMessageCvar_t;
|
||||||
|
struct USERID_t;
|
||||||
|
|
||||||
abstract_class IClient : public INetChannelHandler
|
abstract_class IClient : public INetChannelHandler
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user