Fix build

This commit is contained in:
Nemirtingas 2019-09-01 20:53:16 +02:00
parent 1785ae6eaf
commit b9cd9ae6c2
26 changed files with 1544 additions and 109 deletions

View file

@ -1,14 +1,14 @@
#ifndef __INCLUDED_OPENGL_HOOK_H__
#define __INCLUDED_OPENGL_HOOK_H__
#include "Base_Hook.h"
#include "../Base_Hook.h"
#ifndef NO_OVERLAY
class OpenGL_Hook : public Base_Hook
{
public:
static constexpr const char *DLL_NAME = "opengl32.dll";
using wglSwapBuffers_t = BOOL(WINAPI*)(HDC);
private:
@ -39,4 +39,4 @@ public:
};
#endif//NO_OVERLAY
#endif//__INCLUDED_OPENGL_HOOK_H__
#endif//__INCLUDED_OPENGL_HOOK_H__