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

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