mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 19:25:16 +00:00
13 lines
384 B
C
13 lines
384 B
C
|
#pragma once
|
||
|
|
||
|
#include "al/LiveActor/LiveActor.h"
|
||
|
#include "PlayerCostumeInfo.h"
|
||
|
#include "PlayerModelHolder.h"
|
||
|
#include "game/Interfaces/IUseDimension.h"
|
||
|
|
||
|
class PlayerPainPartsKeeper;
|
||
|
|
||
|
class PlayerModelChangerHakoniwa {
|
||
|
public:
|
||
|
PlayerModelChangerHakoniwa(al::LiveActor const *, PlayerModelHolder *, PlayerPainPartsKeeper *, PlayerCostumeInfo *, IUseDimension const *);
|
||
|
};
|