refactor GameVersion and QuestScriptVersion into a single enum

This commit is contained in:
Martin Michelsen
2023-11-24 23:33:57 -08:00
parent 9097abf307
commit de4cb26c34
64 changed files with 3608 additions and 3431 deletions
+1 -2
View File
@@ -187,8 +187,7 @@ void send_text_message(std::shared_ptr<Lobby> l, const std::string& text);
void send_text_message(std::shared_ptr<ServerState> s, const std::string& text);
std::string prepare_chat_data(
GameVersion version,
bool is_nte,
Version version,
uint8_t language,
uint8_t from_client_id,
const std::string& from_name,