mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-29 19:30:48 +00:00
9 lines
132 B
C
9 lines
132 B
C
#pragma once
|
|
|
|
#include "../../Common/ChunkFile.h"
|
|
|
|
void Register_sceFont();
|
|
|
|
void __FontInit();
|
|
void __FontDoState(PointerWrap &p);
|