Merge branch 'master' into ExtraMercs

This commit is contained in:
Asdow
2025-09-24 16:14:10 +03:00
601 changed files with 4005 additions and 10278 deletions
+1 -3
View File
@@ -1,7 +1,7 @@
#ifndef __TEXT_H
#define __TEXT_H
#include "items.h"
#include "Items.h"
#include "types.h"
#include "mapscreen.h"
#include "XML_Language.h"
@@ -1803,8 +1803,6 @@ BOOLEAN LoadItemProsAndCons( UINT16 usIndex, STR16 pProsString, STR16 pConsStrin
BOOLEAN LoadBRDesc(UINT16 ubIndex, STR16 pDescString );
BOOLEAN LoadBRName(UINT16 ubIndex, STR16 pNameString );
// sevenfm
inline std::string narrow(std::wstring const& text);
// convert UTF-8 string to wstring
std::wstring utf8_to_wstring(const std::string& str);
// convert wstring to UTF-8 string
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include <Types.h>
#include <types.h>
namespace i18n {
enum class Lang