mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-01 09:42:39 +00:00
7 lines
No EOL
137 B
C++
7 lines
No EOL
137 B
C++
#pragma once
|
|
|
|
class PlayerCollider {
|
|
public:
|
|
void calcBoundingRadius(float *);
|
|
void setCollisionShapeScale(float);
|
|
}; |