mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-23 12:56:20 +02:00
10 lines
138 B
C++
10 lines
138 B
C++
#pragma once
|
|
|
|
class PointerWrap;
|
|
|
|
void Register_sceFont();
|
|
|
|
void __FontInit();
|
|
void __FontShutdown();
|
|
void __FontDoState(PointerWrap &p);
|