mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Initial implementation of the EditorTool class and world editor hook-in.
This commit is contained in:
parent
6db2f2f5bf
commit
bc898e1150
5 changed files with 279 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue