mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-01 12:20:24 +00:00
9 lines
137 B
C++
9 lines
137 B
C++
#pragma once
|
|
|
|
class PointerWrap;
|
|
|
|
void Register_sceFont();
|
|
|
|
void __FontInit();
|
|
void __FontShutdown();
|
|
void __FontDoState(PointerWrap &p); |