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

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