diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-26 21:50:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-26 18:50:46 -0700 |
| commit | 6242aa6e8411cd6bbcfec5ee4f421950a62cae8d (patch) | |
| tree | b8fe4ac0f56c8afbbdb49c67dbe0063b09181a42 /include/dolphin | |
| parent | 30fafe135d20aaad8c9efc4c0a2de1e216822487 (diff) | |
Misc matches and fixes (#2703)
* Match mDoExt_morf_c::getPlayMode
* Misc cleanup
* Fix actor cull spheres
* Match daPy_py_c::getLastSceneSwordAtUpTime, JUTGamePad::testTrigger
* Fix improper demangling of dBgS_SphChk::SetCallback
* Fix d_camera rangef weak func order
* Match more alink_wolf funcs
Diffstat (limited to 'include/dolphin')
| -rw-r--r-- | include/dolphin/gd/GDLight.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dolphin/gd/GDLight.h b/include/dolphin/gd/GDLight.h index b67d385c6f..549b07a26e 100644 --- a/include/dolphin/gd/GDLight.h +++ b/include/dolphin/gd/GDLight.h @@ -3,6 +3,7 @@ #include <dolphin/gx/GXEnum.h> #include <dolphin/gx/GXStruct.h> +#include "global.h" #ifdef __cplusplus extern "C" { |
