Adding moveresize patch as per #25

This commit is contained in:
bakkeby
2020-05-21 18:55:47 +02:00
parent df118dc046
commit 2cb3e697e4
7 changed files with 91 additions and 0 deletions

View File

@ -73,6 +73,9 @@
#if MDPCONTROL_PATCH
#include "mdpcontrol.h"
#endif
#if MOVERESIZE_PATCH
#include "moveresize.h"
#endif
#if MOVESTACK_PATCH
#include "movestack.h"
#endif