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

7 lines
No EOL
137 B
C++

#pragma once
class PlayerCollider {
public:
void calcBoundingRadius(float *);
void setCollisionShapeScale(float);
};