add BB-only NPC skins

This commit is contained in:
Martin Michelsen
2024-11-09 19:19:47 -08:00
parent a140cdbedb
commit 0279b20bb7
4 changed files with 64 additions and 14 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ const std::string& name_for_lobby_type(uint8_t type);
uint8_t lobby_type_for_name(const std::string& name);
const std::string& name_for_npc(uint8_t npc);
uint8_t npc_for_name(const std::string& name);
uint8_t npc_for_name(const std::string& name, Version version);
bool npc_valid_for_version(uint8_t npc, Version version);
const char* name_for_char_class(uint8_t cls);
const char* abbreviation_for_char_class(uint8_t cls);