Scene
Add this in your code:
#include <engine/scene_management/scene.h>
Description
Asset that represents a game world. A scene stores a list of GameObject and Components.
A scene should a least contains a camera.
It can be used in the Project Settings menu and by the SceneManager class.