#include "IntroScene.h" void IntroScene::run() { Scenes::setScene(Scenes::MainMenuScene); } void IntroScene::enter() { } void IntroScene::exit() { }