Merge pull request #2088 from Areloch/EditorTool

Initial implementation of the EditorTool class and world editor hook-in.
This commit is contained in:
Areloch 2017-10-11 12:00:21 -05:00 committed by GitHub
commit efbd5fb451
5 changed files with 279 additions and 1 deletions

View file

@ -418,6 +418,7 @@ endif()
# Include tools for non-tool builds (or define player if a tool build)
if(TORQUE_TOOLS)
addPath("${srcDir}/gui/worldEditor")
addPath("${srcDir}/gui/worldEditor/tools")
addPath("${srcDir}/environment/editors")
addPath("${srcDir}/forest/editor")
addPath("${srcDir}/gui/editor")