mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 17:11:22 +00:00
13 lines
123 B
C++
13 lines
123 B
C++
#include "CPlayerState.hpp"
|
|
|
|
namespace pshag
|
|
{
|
|
|
|
CPlayerState::CPlayerState(CInputStream& stream)
|
|
: m_staticIntf(5)
|
|
{
|
|
|
|
}
|
|
|
|
}
|