mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-01 09:42:39 +00:00
10 lines
No EOL
163 B
C++
10 lines
No EOL
163 B
C++
#pragma once
|
|
|
|
#include "HackCap.h"
|
|
#include "PlayerAnimator.h"
|
|
|
|
class CapFunction
|
|
{
|
|
public:
|
|
static void putOnCapPlayer(HackCap *, PlayerAnimator *);
|
|
}; |