Adding moveplace patch

This commit is contained in:
bakkeby
2020-05-21 19:58:11 +02:00
parent 2cb3e697e4
commit fc8434abd1
7 changed files with 81 additions and 25 deletions

View File

@ -70,6 +70,9 @@
#if MDPCONTROL_PATCH
#include "mdpcontrol.c"
#endif
#if MOVEPLACE_PATCH
#include "moveplace.c"
#endif
#if MOVERESIZE_PATCH
#include "moveresize.c"
#endif