Adding drag-n-drop patch

This commit is contained in:
Bakkeby 2025-02-20 10:18:17 +01:00
parent b77fb11b76
commit 08b53c4960
9 changed files with 292 additions and 0 deletions

View file

@ -8,6 +8,9 @@
#if BOXDRAW_PATCH
#include "boxdraw.h"
#endif
#if DRAG_AND_DROP_PATCH
#include "drag-n-drop.h"
#endif
#if OPENCOPIED_PATCH
#include "opencopied.h"
#endif