mirror of
https://github.com/zeldaret/tp
synced 2026-06-11 21:19:01 -04:00
80ba3d9fd2
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
12 lines
262 B
C
12 lines
262 B
C
#ifndef JAU_H_
|
|
#define JAU_H_
|
|
|
|
extern "C" {
|
|
void __ct__18JAU_JAIInitializerFv(void);
|
|
void initJAInterface__18JAU_JAIInitializerFv(void);
|
|
void __ct__18JAU_JASInitializerFv(void);
|
|
void initJASystem__18JAU_JASInitializerFP12JKRSolidHeap(void);
|
|
}
|
|
|
|
#endif // JAU_H_
|