1 2 3 4 5 6 7
#include "ToolClasses.h" std::vector<SimTool*> GetTools() { std::vector<SimTool*> tools; return tools; }