mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-25 20:55:17 +00:00
11 lines
216 B
C
11 lines
216 B
C
|
#pragma once
|
||
|
|
||
|
#include "sead/math/seadVector.h"
|
||
|
|
||
|
namespace al
|
||
|
{
|
||
|
class CameraArrowCollider {
|
||
|
public:
|
||
|
void update(sead::Vector3f const &,sead::Vector3f const &,sead::Vector3f const &);
|
||
|
};
|
||
|
};
|