Adding placemouse patch

This commit is contained in:
bakkeby
2021-01-22 11:28:55 +01:00
parent 49839cf6f1
commit 0f28402305
6 changed files with 22 additions and 0 deletions

View File

@ -183,6 +183,9 @@
#if PERTAG_PATCH
#include "pertag.c"
#endif
#if PLACEMOUSE_PATCH
#include "placemouse.c"
#endif
#if PUSH_NO_MASTER_PATCH
#include "push_no_master.c"
#elif PUSH_PATCH