2012-11-22 22:29:51 +01:00
|
|
|
#pragma once
|
|
|
|
|
2013-02-03 20:31:46 -08:00
|
|
|
class PointerWrap;
|
2012-12-27 23:00:04 -08:00
|
|
|
|
2012-11-22 22:29:51 +01:00
|
|
|
void Register_sceFont();
|
2014-08-15 22:42:08 +08:00
|
|
|
void Register_sceLibFttt();
|
2012-12-27 23:00:04 -08:00
|
|
|
|
|
|
|
void __FontInit();
|
2013-02-22 20:05:07 +01:00
|
|
|
void __FontShutdown();
|
2013-03-16 12:29:20 +08:00
|
|
|
void __FontDoState(PointerWrap &p);
|