added a few things from SSTT as it has a newer C++11 design

This commit is contained in:
Hartmut Seichter 2019-01-02 23:22:09 +01:00
parent 9819fa7f36
commit f6c7f1adbb
16 changed files with 79 additions and 67 deletions

View file

@ -2,7 +2,6 @@
#include <pw/core/serialize.hpp>
#include <pw/scene/node.hpp>
#include <pw/scene/transform.hpp>
#include <pw/scene/nodepath.hpp>
#include <pw/scene/traverser.hpp>
#include <iostream>