diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-08-16 13:07:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 12:07:52 -0700 |
| commit | 7fd7d0c1f3ac84a4f10b41fab925c18e0be0c5dc (patch) | |
| tree | 1e7c67c3d81ba2385fcde460a025c4f3f0940723 /src/d/d_bright_check.cpp | |
| parent | f441e06d19cab24cb49fec49883c2d61eee2e4bf (diff) | |
d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro
* rm headers, add script
* progress
* macro rename, consistent spacing
Diffstat (limited to 'src/d/d_bright_check.cpp')
| -rw-r--r-- | src/d/d_bright_check.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/d/d_bright_check.cpp b/src/d/d_bright_check.cpp index 0c0c463c7c..eb0d04a05e 100644 --- a/src/d/d_bright_check.cpp +++ b/src/d/d_bright_check.cpp @@ -5,11 +5,7 @@ #include "d/d_bright_check.h" #include "dol2asm.h" -#include "dolphin/types.h" -#include "d/d_drawlist.h" -#include "d/com/d_com_inf_game.h" #include "d/msg/d_msg_string.h" -#include "d/meter/d_meter2_info.h" #include "m_Do/m_Do_controller_pad.h" #include "JSystem/J2DGraph/J2DTextBox.h" #include "JSystem/J2DGraph/J2DGrafContext.h" |
