diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2025-05-02 22:18:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-03 01:18:21 -0400 |
| commit | c033afc1f06569638db6a3defd0ca8849f1d50f7 (patch) | |
| tree | 11f3ff08a459ad1ea5d016e2f73a2c97dcf344e7 /src/d/d_cam_style.cpp | |
| parent | 0237004eb30655d6f20510620e43b70353594d7b (diff) | |
Match some data (#745)
* J3DTransform Data
* d_map Data
* jstudio-object Data
* JASBankMgr Data
* JASTrack Data
* d_particle Data
* d_camera Data
Diffstat (limited to 'src/d/d_cam_style.cpp')
| -rw-r--r-- | src/d/d_cam_style.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/d/d_cam_style.cpp b/src/d/d_cam_style.cpp index 7fdca529..d6af9a5c 100644 --- a/src/d/d_cam_style.cpp +++ b/src/d/d_cam_style.cpp @@ -5,3 +5,10 @@ #include "d/d_cam_param.h" +#include "global.h" + +dCamera__Style dCamParam_c::styles[145] = { + // TODO +}; + +const s32 dCamParam_c::style_num = ARRAY_SIZE(styles); |
