mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-03 02:01:27 -06:00
14 lines
241 B
C++
14 lines
241 B
C++
#pragma once
|
|
|
|
#include <SWA.inl>
|
|
|
|
namespace SWA::Inspire
|
|
{
|
|
class CSceneData // : public Hedgehog::Database::CDatabaseData
|
|
{
|
|
public:
|
|
SWA_INSERT_PADDING(0x80);
|
|
Hedgehog::Base::CSharedString m_ResourceName;
|
|
};
|
|
}
|