The-Powder-Toy/tools

7 lines
118 B
Plaintext

#include "ToolClasses.h"
std::vector<SimTool*> GetTools()
{
std::vector<SimTool*> tools;
return tools;
}