CommonLibSSE NG
Loading...
Searching...
No Matches
GFxSetBackgroundColor.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
6 {
7 public:
8 virtual ~GFxSetBackgroundColor(); // 00
9
10 // override (GASExecuteTag)
11 void Execute1(GFxSprite* a_sprite) override; // 01
12
13 // members
14 std::uint64_t unk08; // 08
15 };
16 static_assert(sizeof(GFxSetBackgroundColor) == 0x10);
17}
Definition GASExecuteTag.h:8
Definition GFxSetBackgroundColor.h:6
std::uint64_t unk08
Definition GFxSetBackgroundColor.h:14
void Execute1(GFxSprite *a_sprite) override
Definition GFxSprite.h:13
Definition AbsorbEffect.h:6