#pragma once #include #include "scene_tree.h" #include "timeline.h" BEGIN_NAMESPACE struct scene { scene(); std::shared_ptr tree; std::shared_ptr animation; }; END_NAMESPACE