mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -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>
9 lines
143 B
C
9 lines
143 B
C
#ifndef JAISTREAMDATAMGR_H_
|
|
#define JAISTREAMDATAMGR_H_
|
|
|
|
extern "C" {
|
|
void __dt__16JAIStreamDataMgrFv(void);
|
|
}
|
|
|
|
#endif // JAISTREAMDATAMGR_H_
|