#ifndef TOOLCLASSES_H #define TOOLCLASSES_H #include #include #include "SimTool.h" #define TOOL_NUMBERS_ENUMERATE #include "ToolNumbers.h" #undef TOOL_NUMBERS_ENUMERATE std::vector const &GetTools(); #endif