mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-01 01:32:39 +00:00
9 lines
144 B
C
9 lines
144 B
C
|
#pragma once
|
||
|
|
||
|
class HakoniwaSequence;
|
||
|
#include "game/WorldList/WorldResourceLoader.h"
|
||
|
|
||
|
class HakoniwaStateBootLoadData {
|
||
|
public:
|
||
|
|
||
|
};
|