mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-27 17:24:59 +02:00
9 lines
115 B
C++
9 lines
115 B
C++
#pragma once
|
|
|
|
class PointerWrap;
|
|
|
|
void Register_sceFont();
|
|
|
|
void __FontInit();
|
|
void __FontDoState(PointerWrap &p);
|