mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-25 12:58:18 -05: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 {};
|
|
}
|