diff options
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index 2e9cbf2..1fbc504 100644 --- a/patch/include.c +++ b/patch/include.c @@ -120,6 +120,9 @@ #if TOGGLEFULLSCREEN_PATCH #include "togglefullscreen.c" #endif +#if TRANSFER_PATCH +#include "transfer.c" +#endif #if UNFLOATVISIBLE_PATCH #include "unfloatvisible.c" #endif |
