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