mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 11:11:47 -06:00
18 lines
318 B
C++
18 lines
318 B
C++
#pragma once
|
|
|
|
#include <SWA.inl>
|
|
|
|
namespace SWA
|
|
{
|
|
class CTitleStateBase : public Hedgehog::Universe::CStateMachineBase::CStateBase
|
|
{
|
|
public:
|
|
class CTitleStateContext
|
|
{
|
|
public:
|
|
SWA_INSERT_PADDING(0x1E8);
|
|
xpointer<CTitleMenu> m_pTitleMenu;
|
|
};
|
|
};
|
|
}
|