diff options
| author | Max Roncace <me@caseif.net> | 2025-09-03 03:32:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-03 10:32:02 +0300 |
| commit | adb62e947bfe70f3f611cbd45380e389f9461f67 (patch) | |
| tree | e306b0062477cf32a297a126bf28addb08f395f0 /src/d/d_ovlp_fade3.cpp | |
| parent | a11c22af67f270079e28ce6c3186e316ebbba017 (diff) | |
d_camera improvements (part 1) (#2623)
* Rename several dCamera_c fields
* Refactor mWork to generic buffer instead of union
* d_camera match improvements
* Implement several dCamera_c functions
* Remove d_camera.h from PCH
The symbol names in d_camera indicate that this header wasn't
included in the PCH (as they're compiled directly in d_camera.cpp).
Diffstat (limited to 'src/d/d_ovlp_fade3.cpp')
| -rw-r--r-- | src/d/d_ovlp_fade3.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/d_ovlp_fade3.cpp b/src/d/d_ovlp_fade3.cpp index e9d5f5bf24..05e1e0a612 100644 --- a/src/d/d_ovlp_fade3.cpp +++ b/src/d/d_ovlp_fade3.cpp @@ -7,6 +7,7 @@ #include "JSystem/J2DGraph/J2DOrthoGraph.h" #include "d/d_ovlp_fade3.h" +#include "d/d_camera.h" #include "d/d_s_play.h" #include "m_Do/m_Do_audio.h" #include "m_Do/m_Do_graphic.h" |
