Files
bakkeby.st-flexipatch/patch/st_include.c
2019-09-16 12:40:07 +02:00

9 lines
148 B
C

/* Patches */
#if COPYURL_PATCH || COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH
#include "copyurl.c"
#endif
#if NEWTERM_PATCH
#include "newterm.c"
#endif