mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 11:11:47 -06:00
9 lines
108 B
C++
9 lines
108 B
C++
#pragma once
|
|
|
|
#include <SWA.inl>
|
|
|
|
namespace SWA
|
|
{
|
|
class CTitleStateIntro : public CTitleStateBase {};
|
|
}
|