summaryrefslogtreecommitdiff
path: root/src/04_Load/Player/LinkStateMove_04.cpp
blob: a844ddd2968e9f9d6d63a02590d9cbdf5a11ea9b (plain)
1
2
3
4
5
6
7
8
9
10
#include "Player/LinkStateMove.hpp"

THUMB LinkStateMove::LinkStateMove(PlayerLinkBase *link) :
    LinkStateBase(link),
    mUnk_0c(0),
    mUnk_14(false),
    mUnk_15(false),
    mUnk_16(false) {}

THUMB LinkStateMove::~LinkStateMove() {}