1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00

Fix igameevent.h include (#45)

* Fix igameevent include

* Proper include
This commit is contained in:
StanR
2018-08-01 16:31:15 +03:00
committed by Nicholas Hastings
parent 9877126203
commit f5ed6a1a44

View File

@ -16,7 +16,7 @@
#pragma once
#endif
#include "tier1/interface.h"
#include "interfaces/interfaces.h"
#include "tier1/bitbuf.h"
class CSVCMsg_GameEvent;