diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-18 00:57:34 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-18 00:57:34 -0500 |
| commit | 46feeb7fdef387a4b32e49be5a84cc34a1072c0e (patch) | |
| tree | ef7694755d43548823013929fc9e033d43288d11 /src/d/actor/d_a_beam.cpp | |
| parent | 17cf09cc0937c5ce1453250867d9999264b9698a (diff) | |
all actors now compile
Diffstat (limited to 'src/d/actor/d_a_beam.cpp')
| -rw-r--r-- | src/d/actor/d_a_beam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_beam.cpp b/src/d/actor/d_a_beam.cpp index 5ed10c78..8fa8ac5f 100644 --- a/src/d/actor/d_a_beam.cpp +++ b/src/d/actor/d_a_beam.cpp @@ -4,7 +4,7 @@ // #include "d/actor/d_a_beam.h" -#include "dolphin/types.h" +#include "d/d_cc_d.h" /* 000000EC-00000118 .text __ct__12daBeam_HIO_cFv */ daBeam_HIO_c::daBeam_HIO_c() { |
