mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
10 lines
No EOL
165 B
C++
10 lines
No EOL
165 B
C++
#pragma once
|
|
|
|
class PointerWrap;
|
|
|
|
void Register_sceFont();
|
|
void Register_sceLibFttt();
|
|
|
|
void __FontInit();
|
|
void __FontShutdown();
|
|
void __FontDoState(PointerWrap &p); |