07821d9c85
build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected ')' before '{' token '
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
#include "ToolClasses.h"
|
|
std::vector<SimTool*> GetTools()
|
|
{
|
|
std::vector<SimTool*> tools;
|
|
return tools;
|
|
}
|
|
|