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

@ -2,7 +2,7 @@
#define __INCLUDED_OPENGL_HOOK_H__
#include "Base_Hook.h"
#ifdef STEAM_WIN32
#ifndef NO_OVERLAY
class OpenGL_Hook : public Base_Hook
{
@ -38,5 +38,5 @@ public:
static void Create(); // Initialize OGL Hook.
};
#endif//STEAM_WIN32
#endif//NO_OVERLAY
#endif//__INCLUDED_OPENGL_HOOK_H__