Adding drag-n-drop patch

This commit is contained in:
Bakkeby 2025-02-20 10:18:17 +01:00 committed by Antoine Vaure
parent 48f696499d
commit 137bb152b3
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