Add struct blacklist
This commit is contained in:
parent
55a488a801
commit
3831208e11
|
@ -0,0 +1,13 @@
|
||||||
|
#ifndef GH_GENERATED_STRUCTS_H
|
||||||
|
#define GH_GENERATED_STRUCTS_H
|
||||||
|
|
||||||
|
// AUTO-GENERATED FILE
|
||||||
|
#include <gh_auto_shared.h>
|
||||||
|
struct r3_main_data {
|
||||||
|
bool field0_0x0;
|
||||||
|
bool field1_0x1;
|
||||||
|
bool field2_0x2;
|
||||||
|
bool field3_0x3;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // GH_GENERATED_STRUCTS_H
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue