metaforce/Runtime/CPlayerState.cpp

13 lines
123 B
C++
Raw Normal View History

#include "CPlayerState.hpp"
2016-02-13 09:02:47 +00:00
namespace pshag
{
2015-08-20 02:52:07 +00:00
CPlayerState::CPlayerState(CInputStream& stream)
: m_staticIntf(5)
{
}
}