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_msg_scrn_boss.cpp | |
| parent | 8a30030dc73931727bd3d6327c1a37255a295f3f (diff) | |
Add a precompiled header for RELs (#2597)
Diffstat (limited to 'src/d/d_msg_scrn_boss.cpp')
| -rw-r--r-- | src/d/d_msg_scrn_boss.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/d/d_msg_scrn_boss.cpp b/src/d/d_msg_scrn_boss.cpp index 6ef6bf1575..d6187465ad 100644 --- a/src/d/d_msg_scrn_boss.cpp +++ b/src/d/d_msg_scrn_boss.cpp @@ -1,3 +1,5 @@ +#include "d/dolzel.h" + #include "d/d_msg_scrn_boss.h" #include "JSystem/J2DGraph/J2DGrafContext.h" #include "JSystem/J2DGraph/J2DScreen.h" @@ -115,4 +117,4 @@ void dMsgScrnBoss_c::fukiScale(f32) {} void dMsgScrnBoss_c::fukiTrans(f32, f32) {} /* 8023CC84-8023CC88 2375C4 0004+00 1/0 0/0 0/0 .text fontAlpha__14dMsgScrnBoss_cFf */ -void dMsgScrnBoss_c::fontAlpha(f32) {}
\ No newline at end of file +void dMsgScrnBoss_c::fontAlpha(f32) {} |
