mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-08 20:30:02 -04:00
9 lines
141 B
C++
9 lines
141 B
C++
#pragma once
|
|
|
|
#include <SWA.inl>
|
|
|
|
namespace SWA
|
|
{
|
|
class CTitleStateBase : public Hedgehog::Universe::CStateMachineBase::CStateBase {};
|
|
}
|