Initial implementation of the EditorTool class and world editor hook-in.

This commit is contained in:
Areloch 2017-09-21 00:10:44 -05:00
parent 78107ed546
commit eec61ce1b9
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")