Adding nametag patch

This commit is contained in:
bakkeby
2022-08-12 13:47:25 +02:00
parent 91cb32c3ed
commit c438eabdc2
8 changed files with 131 additions and 1 deletions

View File

@ -193,6 +193,9 @@
#if MOVESTACK_PATCH
#include "movestack.c"
#endif
#if NAMETAG_PATCH
#include "nametag.c"
#endif
#if NO_MOD_BUTTONS_PATCH
#include "nomodbuttons.c"
#endif