1
0

Fix current project

This commit is contained in:
otya128
2016-12-25 14:15:54 +09:00
parent 60e51e4493
commit 5ba4424bb7
3 changed files with 8 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ enum DialogResult
class Projects
{
wstring currentProject;
wstring rootPath;
wstring projectPath;
string projectPathU8;