-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGraphics.hpp
66 lines (61 loc) · 1.65 KB
/
Graphics.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
// Copyright 2024 OpenJE
#ifndef OPENJE_RE_CPP_INCLUDE_GRAPHICS_HPP_
#define OPENJE_RE_CPP_INCLUDE_GRAPHICS_HPP_
#include "openje-re/c++/include/openje_types.hpp"
namespace F3
{
class Graphics
{
public:
byte mbr_0x4;
undefined None;
undefined None;
undefined None;
dword mbr_0x8;
dword mbr_0xc;
dword mbr_0x10;
dword mbr_0x14;
dword mbr_0x18;
dword mbr_0x1c;
dword mbr_0x20;
dword mbr_0x24;
undefined None;
undefined None;
undefined None;
undefined None;
dword mbr_0x2c;
dword mbr_0x30;
dword mbr_0x34;
dword mbr_0x38;
dword mbr_0x3c;
dword mbr_0x40;
dword mbr_0x44;
byte mbr_0x48;
byte mbr_0x49;
byte mbr_0x4a;
byte mbr_0x4b;
byte mbr_0x4c;
byte mbr_0x4d;
undefined None;
undefined None;
dword mbr_0x50;
byte mbr_0x54;
byte mbr_0x55;
byte mbr_0x56;
byte mbr_0x57;
byte mbr_0x58;
byte mbr_0x59;
byte mbr_0x5a;
byte mbr_0x5b;
byte mbr_0x5c;
byte mbr_0x5d;
byte mbr_0x5e;
undefined None;
dword mbr_0x60;
dword mbr_0x64;
public:
Graphics();
~Graphics();
};
} // namespace F3
#endif // OPENJE_RE_CPP_INCLUDE_GRAPHICS_HPP_