mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-05-29 00:21:34 +08:00
9 lines
238 B
C
9 lines
238 B
C
#pragma once
|
|
|
|
#include "Common/UI/Context.h"
|
|
#include "Common/Render/TextureAtlas.h"
|
|
|
|
const Atlas *GetFontAtlas();
|
|
Atlas *GetUIAtlas();
|
|
AtlasData AtlasProvider(Draw::DrawContext *draw, AtlasChoice atlas, float dpiScale, bool invalidate);
|