mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-26 19:28:52 +00:00
2a6457b6ab
This makes changes to it a bit faster to build.
9 lines
115 B
C++
9 lines
115 B
C++
#pragma once
|
|
|
|
class PointerWrap;
|
|
|
|
void Register_sceFont();
|
|
|
|
void __FontInit();
|
|
void __FontDoState(PointerWrap &p);
|