mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-04-07 04:50:23 +03:00
Add data type import for Ghidra
This commit is contained in:
parent
30f8a5879e
commit
63002e0f08
9 changed files with 233 additions and 31 deletions
|
|
@ -215,7 +215,7 @@ enum GlobalIndex {
|
|||
};
|
||||
|
||||
#pragma pack(4)
|
||||
extern struct Game {
|
||||
struct Game {
|
||||
char unknown0x4[4];
|
||||
unsigned unknown0x8;
|
||||
unsigned * unknown0xC;
|
||||
|
|
@ -350,7 +350,8 @@ extern struct Game {
|
|||
void draw();
|
||||
void frame();
|
||||
int mainLoop();
|
||||
} * g_game;
|
||||
};
|
||||
extern Game * g_game;
|
||||
|
||||
// Root of the exec GameObj tree
|
||||
struct RootExecObj : GameObj {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue