CommonLibVR
GFxSetBackgroundColor.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace 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  private:
16  KEEP_FOR_RE()
17  };
18  static_assert(sizeof(GFxSetBackgroundColor) == 0x10);
19 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
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