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_menu_window.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_menu_window.cpp')
| -rw-r--r-- | src/d/d_menu_window.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d/d_menu_window.cpp b/src/d/d_menu_window.cpp index 83637a079c..b014686247 100644 --- a/src/d/d_menu_window.cpp +++ b/src/d/d_menu_window.cpp @@ -14,6 +14,8 @@ #include "d/d_menu_save.h" #include "d/d_menu_skill.h" #include "d/d_menu_window.h" + +#include "d/d_camera.h" #include "d/d_menu_window_HIO.h" #include "d/d_meter2.h" #include "d/d_meter2_info.h" |
