diff options
| author | Max Roncace <me@caseif.net> | 2025-08-24 02:52:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-24 09:52:08 +0300 |
| commit | 513816ce5c055be898b80dfa3b7048bcaca876a7 (patch) | |
| tree | 85ac5e0383eb1ef1e4442c95f7c63c2c146098ae /src/d/d_menu_dmap_map.cpp | |
| parent | 8a30030dc73931727bd3d6327c1a37255a295f3f (diff) | |
Add a precompiled header for RELs (#2597)
Diffstat (limited to 'src/d/d_menu_dmap_map.cpp')
| -rw-r--r-- | src/d/d_menu_dmap_map.cpp | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/d/d_menu_dmap_map.cpp b/src/d/d_menu_dmap_map.cpp index 79d48c6081..e04e1acff8 100644 --- a/src/d/d_menu_dmap_map.cpp +++ b/src/d/d_menu_dmap_map.cpp @@ -2,23 +2,20 @@ // Translation Unit: d/d_menu_dmap_map // -#include "d/d_menu_dmap_map.h" -#include "d/d_menu_dmap.h" -#include "d/d_map_path_dmap.h" +#include "d/dolzel.h" + +#include <cmath.h> #include "d/d_com_inf_game.h" -#include "m_Do/m_Do_graphic.h" +#include "d/d_map_path_dmap.h" +#include "d/d_menu_dmap.h" +#include "d/d_menu_dmap_map.h" #include "f_op/f_op_msg_mng.h" -#include <cmath.h> +#include "m_Do/m_Do_graphic.h" struct dMdm_HIO_prm_res_dst_s { static void* m_res; }; -/* 803BCB60-803BCB6C 019C80 000C+00 1/1 0/0 0/0 .data cNullVec__6Z2Calc */ -static u8 cNullVec__6Z2Calc[12] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -}; - /* 801C084C-801C086C 1BB18C 0020+00 1/0 0/0 0/0 .text hasMap__15renderingDmap_cCFv */ bool renderingDmap_c::hasMap() const { return dMapInfo_n::chkGetMap(); |
