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).
This commit is contained in:
Max Roncace
2025-09-03 03:32:02 -04:00
committed by GitHub
parent 2fa0c3947a
commit 30afae62d1
121 changed files with 3468 additions and 3150 deletions
+1
View File
@@ -17,6 +17,7 @@
#include "m_Do/m_Do_graphic.h"
#include "d/actor/d_a_e_ym.h"
#include "d/actor/d_a_e_ymb.h"
#include "f_op/f_op_camera_mng.h"
#ifdef DEBUG
daObjDrop_HIO_c l_HIO;