summaryrefslogtreecommitdiff
path: root/tools
blob: 84fae896e97440e148dd8e0b0aee44204cf4e145 (plain)
1
2
3
4
5
6
7
#include "ToolClasses.h"
		std::vector<SimTool*> GetTools()
		{
		std::vector<SimTool*> tools;
			return tools;
		}