2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
Definition DependentResourceContainer.h:5
std::string getDependentResourceFilename()
Definition DependentResourceContainer.h:7
void setDependentResourceFilename(std::string val)
Definition DependentResourceContainer.h:11
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86