summaryrefslogtreecommitdiff
path: root/src/simulation/tools/SimTool.cpp
blob: 0fdec2b54f63a3934cf5216679ddc8f463a0bd7c (plain)
1
2
3
4
5
6
7
8
9
10
#include "simulation/Element.h"
#include "ToolClasses.h"

SimTool::SimTool():
Identifier("DEFAULT_TOOL_INVALID"),
Name(""),
Colour(PIXPACK(0xFFFFFF)),
Description("NULL Tool, does NOTHING")
{
}