diff options
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/patch/include.h b/patch/include.h index 52b0514..972bd4e 100644 --- a/patch/include.h +++ b/patch/include.h @@ -6,6 +6,10 @@ #include "systray.h" #endif +#if TOGGLEFULLSCREEN_PATCH +#include "togglefullscreen.h" +#endif + #if ZOOMSWAP_PATCH #include "zoomswap.h" -#endif // ZOOMSWAP_PATCH
\ No newline at end of file +#endif
\ No newline at end of file |
