yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
font_loader.h
Go to the documentation of this file.
1#ifndef YAZE_APP_CORE_PLATFORM_FONTLOADER_H
2#define YAZE_APP_CORE_PLATFORM_FONTLOADER_H
3
4#include "absl/status/status.h"
5
6namespace yaze {
7namespace app {
8namespace core {
9
11absl::Status LoadPackageFonts();
12
13} // namespace core
14} // namespace app
15} // namespace yaze
16
17#endif // YAZE_APP_CORE_PLATFORM_FONTLOADER_H
void LoadSystemFonts()
absl::Status LoadPackageFonts()
Definition common.cc:22