diff options
| author | Trueffel <106771418+Trueffeloot@users.noreply.github.com> | 2024-02-08 13:35:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-08 14:35:24 +0200 |
| commit | 95176edb8226b8907947652f817eb7933357adfc (patch) | |
| tree | e74bcd86b040e73e912d4c0298d8459d0889d848 /src/d/com/d_com_static.cpp | |
| parent | a825c39d93d22c40168f474e1186fe036f734fe0 (diff) | |
d_a_obj_wind_stone OK (#2066)
* set up TU
* d_a_obj_wind_stone OK
Diffstat (limited to 'src/d/com/d_com_static.cpp')
| -rw-r--r-- | src/d/com/d_com_static.cpp | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/src/d/com/d_com_static.cpp b/src/d/com/d_com_static.cpp index 752b1cd130..0975ddc8bb 100644 --- a/src/d/com/d_com_static.cpp +++ b/src/d/com/d_com_static.cpp @@ -4,7 +4,6 @@ // #include "d/com/d_com_static.h" -#include "stdio.h" #include "d/d_demo.h" #include "dol2asm.h" #include "rel/d/a/d_a_dshutter/d_a_dshutter.h" @@ -12,21 +11,13 @@ #include "rel/d/a/d_a_mirror/d_a_mirror.h" #include "rel/d/a/d_a_movie_player/d_a_movie_player.h" #include "rel/d/a/d_a_set_bgobj/d_a_set_bgobj.h" +#include "rel/d/a/d_a_ykgr/d_a_ykgr.h" #include "rel/d/a/obj/d_a_obj_carry/d_a_obj_carry.h" +#include "rel/d/a/obj/d_a_obj_movebox/d_a_obj_movebox.h" #include "rel/d/a/tag/d_a_tag_magne/d_a_tag_magne.h" #include "rel/d/a/tag/d_a_tag_mist/d_a_tag_mist.h" #include "rel/d/a/tag/d_a_tag_stream/d_a_tag_stream.h" -#include "rel/d/a/d_a_ykgr/d_a_ykgr.h" - -// -// Types: -// - -struct daObjMovebox { - struct Act_c { - static void* M_dir_base[2]; - }; -}; +#include "stdio.h" // // Forward References: |
