mirror of https://github.com/AxioDL/metaforce.git
12 lines
119 B
C++
12 lines
119 B
C++
|
#include "CMorphBall.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
CMorphBall::CMorphBall(CPlayer& player, float)
|
||
|
: x0_player(player)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|