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_msg_scrn_place.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_msg_scrn_place.cpp')
| -rw-r--r-- | src/d/d_msg_scrn_place.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/d_msg_scrn_place.cpp b/src/d/d_msg_scrn_place.cpp index 5ef624cb19..b42b24f09f 100644 --- a/src/d/d_msg_scrn_place.cpp +++ b/src/d/d_msg_scrn_place.cpp @@ -8,6 +8,7 @@ #include "d/d_msg_scrn_place.h" #include "JSystem/J2DGraph/J2DGrafContext.h" #include "JSystem/J2DGraph/J2DScreen.h" +#include "d/d_camera.h" #include "d/d_msg_object.h" #include "d/d_pane_class.h" |
