Adding tab patch

This commit is contained in:
bakkeby
2021-03-09 13:23:39 +01:00
parent 27185a74c4
commit 0f9104285b
9 changed files with 290 additions and 8 deletions

View File

@ -253,6 +253,9 @@
#if SWITCHCOL_PATCH
#include "switchcol.c"
#endif
#if TAB_PATCH
#include "tab.c"
#endif
#if TAGALL_PATCH
#include "tagall.c"
#endif