mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-28 22:23:05 +00:00
9 lines
288 B
C
9 lines
288 B
C
|
#pragma once
|
||
|
|
||
|
#include "al/resource/Resource.h"
|
||
|
#include "game/Player/PlayerCostumeInfo.h"
|
||
|
|
||
|
namespace PlayerCostumeFunction {
|
||
|
PlayerBodyCostumeInfo *createBodyCostumeInfo(al::Resource *,char const*);
|
||
|
PlayerHeadCostumeInfo *createHeadCostumeInfo(al::Resource *,char const*,bool);
|
||
|
}
|