SuperMarioOdysseyOnline/include/game/Player/CapFunction.h
2022-06-16 14:33:18 -07:00

10 lines
No EOL
163 B
C++

#pragma once
#include "HackCap.h"
#include "PlayerAnimator.h"
class CapFunction
{
public:
static void putOnCapPlayer(HackCap *, PlayerAnimator *);
};