mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-02-06 08:19:14 +01:00
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
#include "ToolClasses.h"
|
|
std::vector<SimTool*> GetTools()
|
|
{
|
|
std::vector<SimTool*> tools;
|
|
return tools;
|
|
}
|
|
|