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