diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-01 19:38:51 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-01 19:38:51 -0400 |
| commit | 765f88e4f3a804418fb19aeb33f4f7cf7a1dd35d (patch) | |
| tree | 0654937274294a6762475573fc5921446f0bcf84 /src/d/actor/d_a_sea.cpp | |
| parent | 36c9a1e4b43b0d89c4faa5b9e5865abb771cadb5 (diff) | |
Move extern forward decls from cpps to headers
Diffstat (limited to 'src/d/actor/d_a_sea.cpp')
| -rw-r--r-- | src/d/actor/d_a_sea.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/d/actor/d_a_sea.cpp b/src/d/actor/d_a_sea.cpp index 9d6319a6..874c661c 100644 --- a/src/d/actor/d_a_sea.cpp +++ b/src/d/actor/d_a_sea.cpp @@ -66,8 +66,6 @@ s8 pos_around[8][2] = { {-1, 1}, {-1, 0}, }; -extern void dKy_usonami_set(f32 param_0); - /* 8015B0A4-8015B0FC .text Pos2Index__25daSea_WaterHeightInfo_MngFfPf */ int daSea_WaterHeightInfo_Mng::Pos2Index(f32 v, f32* dst) { f32 f = 450000.0f; |
