-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGfx_LineSystem.hpp
101 lines (95 loc) · 2.76 KB
/
Gfx_LineSystem.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
// Copyright 2024 OpenJE
#ifndef OPENJE_RE_CPP_INCLUDE_GFX_LINESYSTEM_HPP_
#define OPENJE_RE_CPP_INCLUDE_GFX_LINESYSTEM_HPP_
#include "openje-re/c++/include/openje_types.hpp"
#include "openje-re/c++/include/Gfx_NodeAttribute.hpp"
#include "openje-re/c++/include/cls_0x4abc60.hpp"
namespace F3
{
class Gfx_LineSystem
{
public:
Gfx_NodeAttribute gfx_node_attribute;
dword mbr_0x24;
dword mbr_0x28;
dword mbr_0x2c;
dword mbr_0x30;
dword mbr_0x34;
dword mbr_0x38;
dword mbr_0x3c;
dword mbr_0x40;
dword mbr_0x44;
dword mbr_0x48;
cls_0x4abc60 cls_0x4abc60;
dword mbr_0x5c;
dword mbr_0x60;
dword mbr_0x64;
dword mbr_0x68;
dword mbr_0x6c;
dword mbr_0x70;
dword mbr_0x74;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
undefined None;
dword mbr_0x90;
dword mbr_0x94;
dword mbr_0x98;
dword mbr_0x9c;
dword mbr_0xa0;
dword mbr_0xa4;
dword mbr_0xa8;
dword mbr_0xac;
dword mbr_0xb0;
dword mbr_0xb4;
dword mbr_0xb8;
dword mbr_0xbc;
dword mbr_0xc0;
dword mbr_0xc4;
dword mbr_0xc8;
dword mbr_0xcc;
dword mbr_0xd0;
dword mbr_0xd4;
dword mbr_0xd8;
dword mbr_0xdc;
dword mbr_0xe0;
dword mbr_0xe4;
dword mbr_0xe8;
dword mbr_0xec;
dword mbr_0xf0;
dword mbr_0xf4;
dword mbr_0xf8;
dword mbr_0xfc;
dword mbr_0x100;
dword mbr_0x104;
dword mbr_0x108;
dword mbr_0x10c;
dword mbr_0x110;
dword mbr_0x114;
byte mbr_0x118;
public:
Gfx_LineSystem();
~Gfx_LineSystem();
};
} // namespace F3
#endif // OPENJE_RE_CPP_INCLUDE_GFX_LINESYSTEM_HPP_