diff options
-rw-r--r-- | platform.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/platform.cpp b/platform.cpp index 179e0ab..5d913a3 100644 --- a/platform.cpp +++ b/platform.cpp @@ -55,5 +55,7 @@ bool Platform::SetupFonts() { return true; } #else -bool Platform::SetupFonts() {} +bool Platform::SetupFonts() { + return true; +} #endif |