diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2012-08-12 15:38:26 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2012-08-12 15:38:26 (GMT) |
| commit | 07821d9c858ea8fe467b0672b0c9d11552bfe8da (patch) | |
| tree | b1b27fd1eaa92050c5e5c1545d702a22f5fd0876 /elements | |
| parent | f1fc3811aa68f547688ac53c67ba1f5e1e92f161 (diff) | |
| download | powder-07821d9c858ea8fe467b0672b0c9d11552bfe8da.zip powder-07821d9c858ea8fe467b0672b0c9d11552bfe8da.tar.gz | |
Minor opengl fixes, still not compiling, look at line 14 in src/graphics/OpenGLGraphics.cpp, build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected primary-expression before '{' token
build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected ')' before '{' token
'
Diffstat (limited to 'elements')
| -rw-r--r-- | elements | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/elements b/elements new file mode 100644 index 0000000..7099981 --- /dev/null +++ b/elements @@ -0,0 +1,7 @@ +#include "ElementClasses.h" + std::vector<Element> GetElements() + { + std::vector<Element> elements; + return elements; + } +
\ No newline at end of file |
