mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-19 01:35:14 +00:00
9 lines
374 B
C
9 lines
374 B
C
|
#pragma once
|
||
|
|
||
|
class HakoniwaSequence;
|
||
|
#include "game/WorldList/WorldResourceLoader.h"
|
||
|
|
||
|
class HakoniwaStateDemoOpening {
|
||
|
public:
|
||
|
// HakoniwaStateDemoOpening(HakoniwaSequence *, al::WipeHolder *, al::ScreenCaptureExecutor *, WorldResourceLoader *, BootLayout *, const al::LayoutInitInfo *, HakoniwaStateDeleteScene *, al::AsyncFunctorThread *, LoadLayoutCtrl *)
|
||
|
};
|