removed some dependencies to old code

This commit is contained in:
Anselme 2015-07-19 22:42:35 +02:00
parent 6bfb5fed60
commit b7a61f3c66
2 changed files with 2 additions and 1 deletions

1
mesh.h
View File

@ -35,6 +35,7 @@ protected:
bool locked;
public:
Mesh() : vao(0), locked(false) {}
~Mesh();
bool hasNormals();

View File

@ -6,7 +6,7 @@
QT -= core gui
Debug:TARGET = sparrowRendererDebug
Debug:TARGET = sparrowRendererd
Release:TARGET = sparrowRenderer
TEMPLATE = lib
CONFIG += c++11 staticlib