Signapse
PipelineLink.h
Go to the documentation of this file.
1#ifndef SIGNAPSE_SCENELINKER_H
2#define SIGNAPSE_SCENELINKER_H
3
4#include "SceneCallback.h"
5
11public:
13
14protected:
15 void NextScene(Scene scene);
17};
18
19#endif
Struct Scene.
Definition: Scene.h:36