add command line interface handler and implement convert command from pano to jpg

This commit is contained in:
2017-11-04 16:04:22 +00:00
parent b49414bcd6
commit 2baaff10cc
9 changed files with 142 additions and 56 deletions

View File

@@ -170,6 +170,7 @@
<ItemGroup>
<ClCompile Include="engine\action.cpp" />
<ClCompile Include="engine\app.cpp" />
<ClCompile Include="engine\app_commands.cpp" />
<ClCompile Include="engine\app_dialogs.cpp" />
<ClCompile Include="engine\app_events.cpp" />
<ClCompile Include="engine\app_layout.cpp" />