2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 09:51:20 +00:00
metaforce/Runtime/World/CMorphBall.cpp

12 lines
119 B
C++

#include "CMorphBall.hpp"
namespace urde
{
CMorphBall::CMorphBall(CPlayer& player, float)
: x0_player(player)
{
}
}