mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02: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);
|