Fix CSS Builds ()

This commit is contained in:
Michael Flaherty 2019-05-01 14:29:55 -07:00 committed by Nicholas Hastings
parent ccf1d7abbd
commit dae6d13f06

View File

@ -33,9 +33,10 @@
#include "util_cstrike.h" #include "util_cstrike.h"
#include "RegNatives.h" #include "RegNatives.h"
#include <iplayerinfo.h> #include <iplayerinfo.h>
#include <sm_argbuffer.h>
#if SOURCE_ENGINE == SE_CSGO #if SOURCE_ENGINE == SE_CSGO
#include "itemdef-hash.h" #include "itemdef-hash.h"
#include <sm_argbuffer.h>
ClassnameMap g_mapClassToDefIdx; ClassnameMap g_mapClassToDefIdx;
ItemIndexMap g_mapDefIdxToClass; ItemIndexMap g_mapDefIdxToClass;