7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
|
#include "ToolClasses.h"
|
||
|
std::vector<SimTool*> GetTools()
|
||
|
{
|
||
|
std::vector<SimTool*> tools;
|
||
|
return tools;
|
||
|
}
|
||
|
|