mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Fix Dota build for hl2sdk-dota updates.
This commit is contained in:
parent
1b83816c7e
commit
ad00df3864
@ -40,8 +40,12 @@
|
|||||||
#include <ISmmPluginExt.h>
|
#include <ISmmPluginExt.h>
|
||||||
|
|
||||||
#ifndef META_NO_HL2SDK
|
#ifndef META_NO_HL2SDK
|
||||||
|
#if SOURCE_ENGINE == SE_DOTA
|
||||||
|
#include <interfaces/interfaces.h>
|
||||||
|
#else
|
||||||
#include <tier1/interface.h>
|
#include <tier1/interface.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
class IServerPluginCallbacks;
|
class IServerPluginCallbacks;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user