Fonts: Fix IWYU bug

This commit is contained in:
wheremyfoodat 2024-10-23 10:57:59 +03:00 committed by GitHub
parent 827cf93aca
commit 54d0618f02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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