Added basic support for Dota 2 (bug 5656, r=asherkin).

This commit is contained in:
Nicholas Hastings
2013-03-19 11:18:44 -04:00
parent 305d53f094
commit 519e8c5fcd
7 changed files with 16 additions and 3 deletions
+2
View File
@@ -487,6 +487,8 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params)
return 70;
case SOURCE_ENGINE_CSGO:
return 80;
case SOURCE_ENGINE_DOTA:
return 90;
# endif
}
#else