mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-27 17:24:59 +02:00
9 lines
221 B
C
9 lines
221 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);
|