mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-07 04:01:07 -06: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;
|
|
};
|
|
}
|