mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-04 02:31:10 -06:00
15 lines
223 B
C++
15 lines
223 B
C++
#pragma once
|
|
|
|
#include <SWA.inl>
|
|
|
|
namespace SWA::Inspire
|
|
{
|
|
class CTextureOverlayInfo
|
|
{
|
|
public:
|
|
Hedgehog::Base::CSharedString m_Picture;
|
|
be<uint32_t> m_Start;
|
|
be<uint32_t> m_End;
|
|
};
|
|
}
|