LeviLamina
Loading...
Searching...
No Matches
UpdateTextureCmd.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace renoir {
6
7struct UpdateTextureCmd {
8public:
9 // UpdateTextureCmd inner types declare
10 // clang-format off
12 // clang-format on
13
14 // UpdateTextureCmd inner types define
16 public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::UntypedStorage<8, 8> mUnk128ec9;
20 ::ll::UntypedStorage<8, 8> mUnkab984f;
21 ::ll::UntypedStorage<4, 4> mUnk3536b4;
22 ::ll::UntypedStorage<1, 1> mUnkdb617e;
23 // NOLINTEND
24
25 public:
26 // prevent constructor by default
27 UpdateTextureCmdInfo& operator=(UpdateTextureCmdInfo const&);
28 UpdateTextureCmdInfo(UpdateTextureCmdInfo const&);
29 UpdateTextureCmdInfo();
30 };
31
32public:
33 // member variables
34 // NOLINTBEGIN
35 ::ll::UntypedStorage<4, 4> mUnk4e0909;
36 ::ll::UntypedStorage<4, 52> mUnk4b286b;
37 ::ll::UntypedStorage<8, 8> mUnk76fd6c;
38 // NOLINTEND
39
40public:
41 // prevent constructor by default
42 UpdateTextureCmd& operator=(UpdateTextureCmd const&);
43 UpdateTextureCmd(UpdateTextureCmd const&);
44 UpdateTextureCmd();
45};
46
47} // namespace renoir
Definition UpdateTextureCmd.h:15
Definition UpdateTextureCmd.h:7