Started splitting example framework into to two classes. One will be general purpose (for use in Cubiquity, etc), and the other will have PolyVox specific stuff.

This commit is contained in:
David Williams
2015-02-20 16:20:09 +01:00
parent 9c93c5fc36
commit 838407ba4f
12 changed files with 64 additions and 15 deletions

View File

@ -25,11 +25,13 @@ PROJECT(DecodeOnGPUExample)
SET(SRC_FILES
main.cpp
../common/OpenGLWidget.cpp
../common/PolyVoxExample.cpp
)
#Projects headers files
SET(INC_FILES
../common/OpenGLWidget.h
../common/PolyVoxExample.h
)
#"Sources" and "Headers" are the group names in Visual Studio.