Created a define to not compile overlay.

This commit is contained in:
Nemirtingas 2019-08-14 15:09:57 +02:00
parent 40d7237ab0
commit d87760b78b
16 changed files with 36 additions and 34 deletions

View file

@ -1,6 +1,6 @@
#include "../dll/base.h"
#ifdef STEAM_WIN32
#ifndef NO_OVERLAY
#include "DX10_Hook.h"
#include "Hook_Manager.h"
@ -214,4 +214,4 @@ void DX10_Hook::loadFunctions(ID3D10Device *pDevice, IDXGISwapChain *pSwapChain)
#undef LOAD_FUNC
}
#endif
#endif//NO_OVERLAY