diff options
| author | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 07:16:20 +0100 |
|---|---|---|
| committer | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 07:16:20 +0100 |
| commit | 287c5ec50c05adc1e602b5bed14c091a996fca89 (patch) | |
| tree | 6398a3f9da04fb7c1ca47c001e379e44cbf5f00f /include/d | |
| parent | 10e438bea8e8c475f576539683c7bc99c04b3cab (diff) | |
Fix incorrect/poor names, missing import
Diffstat (limited to 'include/d')
| -rw-r--r-- | include/d/lyt/d_lyt_system_window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/lyt/d_lyt_system_window.h b/include/d/lyt/d_lyt_system_window.h index bba711d5..87094657 100644 --- a/include/d/lyt/d_lyt_system_window.h +++ b/include/d/lyt/d_lyt_system_window.h @@ -80,8 +80,8 @@ public: s32 getField_0xDE0() const; bool getField_0xDFC() const; - void fn_80125E20(); - void fn_80125EF0(); + void fn_80152E20(); + void fn_80152EF0(); void fn_80152F10(); bool fn_80152F50() const; bool fn_80152F60() const; |
