3#include "host/SceneId.hh"
5#include <egg/core/SceneCreator.hh>
14 [[nodiscard]]
EGG::Scene *create(
int sceneId)
const override;
15 void destroy(
int sceneId)
const override;
18 [[nodiscard]]
EGG::Scene *create(SceneId sceneId)
const;
19 void destroy(SceneId sceneId)
const;
This header houses common data types such as our integral types and enums.
Interface for creating and destroying scenes.
Base class for all scenes.
Represents the host application.