This commit is contained in:
nullifiedcat 2017-05-04 18:33:22 +03:00
parent f60f9ba051
commit 98ad2e9422

View File

@ -10,6 +10,14 @@
#include <pwd.h>
#ifdef LINUX
#define IPC_ENABLED 1
#else
#undef IPC_ENABLED
#endif
#include "beforecheaders.h"
#include <vector>
#include <bitset>
@ -132,13 +140,6 @@ constexpr T _clamp(T _min, T _max, T _val) {
#endif
#define GET_RENDER_CONTEXT (TF2 ? g_IMaterialSystem->GetRenderContext() : g_IMaterialSystemHL->GetRenderContext())
#ifdef LINUX
#define IPC_ENABLED 1
#else
#undef IPC_ENABLED
#endif
/*#define ADD_HACK(x) \
hack::AddHack(g_ph##x = new x());