2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-15 11:39:06 +00:00
metaforce/Runtime/World/CMorphBall.hpp

18 lines
230 B
C++

#ifndef __URDE_CMORPHBALL_HPP__
#define __URDE_CMORPHBALL_HPP__
namespace urde
{
class CPlayer;
class CMorphBall
{
CPlayer& x0_player;
public:
CMorphBall(CPlayer& player, float);
};
}
#endif // __URDE_CMORPHBALL_HPP__