mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 19:25:16 +00:00
7 lines
137 B
C
7 lines
137 B
C
|
#pragma once
|
||
|
|
||
|
class PlayerCollider {
|
||
|
public:
|
||
|
void calcBoundingRadius(float *);
|
||
|
void setCollisionShapeScale(float);
|
||
|
};
|