Last edit for today
This commit is contained in:
@@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.0.31903.59
|
VisualStudioVersion = 17.0.31903.59
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
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
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|||||||
@@ -205,6 +205,7 @@ namespace BMGEditor
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO: Rewrite this (escape sequences handling)
|
||||||
public string ReadWideCharString()
|
public string ReadWideCharString()
|
||||||
{
|
{
|
||||||
byte escSeqLength;
|
byte escSeqLength;
|
||||||
|
|||||||
Reference in New Issue
Block a user