mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-02-06 08:19:14 +01:00
07821d9c85
build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected ')' before '{' token '
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
#include "ElementClasses.h"
|
|
std::vector<Element> GetElements()
|
|
{
|
|
std::vector<Element> elements;
|
|
return elements;
|
|
}
|
|
|