2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 13:51:20 +00:00
metaforce/Runtime/CPlayerState.cpp
2015-08-19 16:52:07 -10:00

13 lines
123 B
C++

#include "CPlayerState.hpp"
namespace Retro
{
CPlayerState::CPlayerState(CInputStream& stream)
: m_staticIntf(5)
{
}
}