Last edit for today

This commit is contained in:
Denis
2022-01-16 17:15:46 +01:00
parent 7b709d7702
commit 57e481da2b
2 changed files with 7 additions and 1 deletions

View File

@@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BMGEditor", "BMGEditor\BMGEditor.csproj", "{E7F50E37-2F2C-4918-80E0-E23D484875B8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BMGEditor", "BMGEditor\BMGEditor.csproj", "{E7F50E37-2F2C-4918-80E0-E23D484875B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AFC91892-BC77-4CB4-B21D-42551637BDB2}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@@ -205,6 +205,7 @@ namespace BMGEditor
return ret;
}
//TODO: Rewrite this (escape sequences handling)
public string ReadWideCharString()
{
byte escSeqLength;