TmpMenu/src/services/custom_text/custom_text_callbacks.hpp
gir489 ffcd789209 Increased the maximum length of CEO Name from 15 to 64 characters. (#3011)
* Added FMMC_KEY_TIP15 replacement of 15 to 64.
* Removed legacy multiplayer chat filter.
2024-04-30 22:59:52 +02:00

5 lines
139 B
C++

namespace big
{
extern const char* respawn_label_callback(const char* label);
extern const char* do_ceo_name_resize(const char* label);
}