CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/Core/HLE/sceFont.h
Views: 1401
1
#pragma once
2
3
class PointerWrap;
4
5
void Register_sceFont();
6
void Register_sceLibFttt();
7
8
void __FontInit();
9
void __FontShutdown();
10
void __FontDoState(PointerWrap &p);
11