1
0
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:
Scott Ehlert 2010-07-22 01:48:57 -05:00
parent c0a96ff1e8
commit e493574c46

View File

@ -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
{