mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
Initial commit
This commit is contained in:
13
arm9/source/themes/IFontRepository.h
Normal file
13
arm9/source/themes/IFontRepository.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "gui/font/nitroFont2.h"
|
||||
#include "FontType.h"
|
||||
|
||||
class IFontRepository
|
||||
{
|
||||
public:
|
||||
virtual ~IFontRepository() = 0;
|
||||
|
||||
virtual const nft2_header_t* GetFont(FontType fontType) const = 0;
|
||||
};
|
||||
|
||||
inline IFontRepository::~IFontRepository() { }
|
||||
Reference in New Issue
Block a user