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

View File

@@ -6,6 +6,8 @@
#include "services/fonts.hpp" #include "services/fonts.hpp"
#include <cstring>
namespace HLE::Fonts { namespace HLE::Fonts {
void relocateSharedFont(u8* sharedFont, u32 newAddress) { void relocateSharedFont(u8* sharedFont, u32 newAddress) {
constexpr u32 sharedFontStartOffset = 0x80; constexpr u32 sharedFontStartOffset = 0x80;