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 -1
View File
@@ -3,6 +3,6 @@
#include <stdexcept>
#include <string>
inline void run_ar_code_translator(const std::string&) {
void run_ar_code_translator(const string& initial_directory, const string& use_file, const string&) {
throw std::runtime_error("resource_file is not available; install it and rebuild newserv");
}