added scene with new approach differing from other scenegraphs - more closely modelled after Unity
This commit is contained in:
parent
a99906317d
commit
59cb75513d
14 changed files with 212 additions and 15 deletions
|
@ -1,10 +1,13 @@
|
|||
#ifndef PW_CORE_GLOBALS_HPP
|
||||
#define PW_CORE_GLOBALS_HPP
|
||||
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace pw {
|
||||
|
||||
using std::shared_ptr;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue