diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-04-26 13:25:03 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-04-26 13:29:50 +0300 |
commit | 6c1a1f7cd20a2674f33b5318e6e07a3a28d016f6 (patch) | |
tree | 7a01b47b48a106ca6ff9154cc5c14d3baf54c22f /src/core/patcher.cpp | |
parent | ea79cc4469dbe377e2da9e5019c1d709e95140d0 (diff) |
Initial GLFW support
Diffstat (limited to 'src/core/patcher.cpp')
-rw-r--r-- | src/core/patcher.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/patcher.cpp b/src/core/patcher.cpp index 58f19767..e5242e9d 100644 --- a/src/core/patcher.cpp +++ b/src/core/patcher.cpp @@ -1,11 +1,10 @@ +#define WITHWINDOWS #include "common.h" #include "patcher.h" #include <algorithm> #include <vector> -#include <windows.h> - StaticPatcher *StaticPatcher::ms_head; StaticPatcher::StaticPatcher(Patcher func) |