2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Classes/WindowAnimation.h>
9 return *
reinterpret_cast<Size<int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
13 *
reinterpret_cast<Size<int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
17 using FunctionPointerType = Size<int> (*)(
WinAnimSize *self);
18 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16CA7B0);
23 using FunctionPointerType = void (*)(
WinAnimSize *self,
int a0,
int a1);
24 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16C7660);
25 return inner(
this, a0, a1);
Definition WinAnimSize.h:6
Size< int > GetSize()
Definition WinAnimSize.h:16
void setSize(Size< int > val)
Definition WinAnimSize.h:12
void SetSize(int a0, int a1)
Definition WinAnimSize.h:22
Size< int > getSize()
Definition WinAnimSize.h:8
Definition WindowAnimation.h:5