diff options
| author | Julgodis <> | 2021-04-07 09:16:47 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-07 09:16:47 +0200 |
| commit | dca1d2a1c032f239c65aa1b7767132c12e89f628 (patch) | |
| tree | 103f2574cfa7c6b9f19df522447d0b58861b60ba /src/d/msg/d_msg_string.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'src/d/msg/d_msg_string.cpp')
| -rw-r--r-- | src/d/msg/d_msg_string.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/msg/d_msg_string.cpp b/src/d/msg/d_msg_string.cpp index 39e894f609..42c47ff24e 100644 --- a/src/d/msg/d_msg_string.cpp +++ b/src/d/msg/d_msg_string.cpp @@ -11,12 +11,12 @@ // Types: // +struct J2DTextBox {}; + struct COutFont_c { /* 80225C94 */ COutFont_c(u8); }; -struct J2DTextBox {}; - struct JUTFont {}; struct dMsgString_c { |
