mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 22:10:01 +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); |