mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-05-29 00:21:34 +08:00
6 lines
169 B
C++
6 lines
169 B
C++
#include "ppsspp_config.h"
|
|
|
|
#if defined(_WIN32) && !defined(USING_QT_UI)
|
|
// TextDrawerWin32 is an alias of TextDrawerUWP; implementation is in draw_text_uwp.cpp.
|
|
#endif
|