1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-19 08:52:34 +01:00

Fix Dota build for hl2sdk-dota updates.

This commit is contained in:
Nick Hastings 2018-07-07 14:06:14 -04:00
parent 1b83816c7e
commit ad00df3864

View File

@ -40,8 +40,12 @@
#include <ISmmPluginExt.h>
#ifndef META_NO_HL2SDK
#if SOURCE_ENGINE == SE_DOTA
#include <interfaces/interfaces.h>
#else
#include <tier1/interface.h>
#endif
#endif
class IServerPluginCallbacks;