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/f_ap | |
| 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/f_ap')
| -rw-r--r-- | src/f_ap/f_ap_game.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/f_ap/f_ap_game.cpp b/src/f_ap/f_ap_game.cpp index 0e059dd3fd..0466c1003f 100644 --- a/src/f_ap/f_ap_game.cpp +++ b/src/f_ap/f_ap_game.cpp @@ -4,7 +4,6 @@ #include "f_op/f_op_draw_tag.h" #include "f_op/f_op_overlap_mng.h" #include "f_op/f_op_scene_mng.h" -#include "f_pc/f_pc_manager.h" #include "m_Do/m_Do_main.h" fapGm_HIO_c::fapGm_HIO_c() |
