Fonts: Fix IWYU bug
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
#include "services/fonts.hpp"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
namespace HLE::Fonts {
|
||||
void relocateSharedFont(u8* sharedFont, u32 newAddress) {
|
||||
constexpr u32 sharedFontStartOffset = 0x80;
|
||||
@@ -104,4 +106,4 @@ namespace HLE::Fonts {
|
||||
currentOffset += sectionHeader.sectionSize;
|
||||
}
|
||||
}
|
||||
} // namespace HLE::Fonts
|
||||
} // namespace HLE::Fonts
|
||||
|
||||
Reference in New Issue
Block a user