Adding transferall patch

This commit is contained in:
bakkeby
2020-02-02 11:55:19 +01:00
parent 4ddfdab30e
commit 6de03c1735
7 changed files with 45 additions and 1 deletions

View File

@ -131,6 +131,9 @@
#if TRANSFER_PATCH
#include "transfer.h"
#endif
#if TRANSFER_ALL_PATCH
#include "transferall.h"
#endif
#if UNFLOATVISIBLE_PATCH
#include "unfloatvisible.h"
#endif