mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
9f4efaf142
Same as sceFont
10 lines
165 B
C++
10 lines
165 B
C++
#pragma once
|
|
|
|
class PointerWrap;
|
|
|
|
void Register_sceFont();
|
|
void Register_sceLibFttt();
|
|
|
|
void __FontInit();
|
|
void __FontShutdown();
|
|
void __FontDoState(PointerWrap &p); |