mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-01 15:59:26 -05:00
13 lines
188 B
C++
13 lines
188 B
C++
#pragma once
|
|
|
|
#include <SWA.inl>
|
|
|
|
namespace SWA::Sequence::Unit
|
|
{
|
|
class CPlayMovieUnit : public CUnitBase
|
|
{
|
|
public:
|
|
Hedgehog::Base::CSharedString m_SceneName;
|
|
};
|
|
}
|