#include #include #include #include #include #include #include #include #include #include #include #include void registerAllTools ( TOOL_MANAGER *aToolManager ) { aToolManager->RegisterTool( new SELECTION_TOOL ); aToolManager->RegisterTool( new ROUTER_TOOL ); aToolManager->RegisterTool( new LENGTH_TUNER_TOOL ); aToolManager->RegisterTool( new EDIT_TOOL ); aToolManager->RegisterTool( new DRAWING_TOOL ); aToolManager->RegisterTool( new POINT_EDITOR ); aToolManager->RegisterTool( new PCBNEW_CONTROL ); aToolManager->RegisterTool( new PCB_EDITOR_CONTROL ); aToolManager->RegisterTool( new PLACEMENT_TOOL ); }