mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 07:45:40 +00:00
Initial implementation of the EditorTool class and world editor hook-in.
This commit is contained in:
parent
78107ed546
commit
eec61ce1b9
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