diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-23 14:15:57 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-23 14:15:57 -0400 |
| commit | 12c8b6fcc72861a75656a5095b254c11d13505c0 (patch) | |
| tree | e9948f96acd5daff69742d73178a4e9b0d6b3997 /src/d/actor/d_a_ghostship.cpp | |
| parent | 623da9fa42c78685b3d8819e6ae3f3ba648761cc (diff) | |
Move res enums in cpp files to include res headers instead
Diffstat (limited to 'src/d/actor/d_a_ghostship.cpp')
| -rw-r--r-- | src/d/actor/d_a_ghostship.cpp | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/d/actor/d_a_ghostship.cpp b/src/d/actor/d_a_ghostship.cpp index a0a92c15..e7bea9a9 100644 --- a/src/d/actor/d_a_ghostship.cpp +++ b/src/d/actor/d_a_ghostship.cpp @@ -4,6 +4,7 @@ // #include "d/actor/d_a_ghostship.h" +#include "d/res/res_ayush.h" #include "SSystem/SComponent/c_math.h" #include "m_Do/m_Do_mtx.h" #include "d/d_procname.h" @@ -12,18 +13,6 @@ #include "d/d_kankyo_wether.h" #include "d/res/res_cloth.h" -enum AYUSH_RES_FILE_ID { // IDs and indexes are synced - /* BDLM */ - AYUSH_BDL_AYUSH=0x5, - - /* BTK */ - AYUSH_BTK_AYUSH=0x8, - - /* TEX */ - AYUSH_BTI_B_GSHIP_HATA=0xB, - AYUSH_BTI_B_GSHIP_HO=0xC, -}; - // Needed for .data to match. static f32 dummy1[3] = {1.0f, 1.0f, 1.0f}; static f32 dummy2[3] = {1.0f, 1.0f, 1.0f}; |
